.method-detail .method-title{
    font-size: 30px;
    font-weight: bolder;
    color: #df0000;
}

.method-detail .method-img{
    width: 100%;
    margin-top: 30px;
}

.method-detail .method-img img{
    display: block;
}

.method-detail .method-txt{
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

@media screen and (max-width: 460px) {
    .method-detail .method-txt{
        font-size: 15px;
    }
    .method-detail .method-title{
        font-size: 26px;
    }
}