#methods001 {
    padding: 50px 0;
    background: unset;
}

#methods001 .text-center h2 {
    font-size: 30px;
    font-weight: 800;
    line-height: 33px;
}

#methods001 .text-center p {
    font-family: "Nunito Sans", 'Avenir';
    font-size: 16px;
    line-height: 22px;
}

#methods001 .text-center p {
    max-width: unset;
}

#methods001 .math-subject {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#methods001 .math-subject .subject {
    width:160px;
    text-align:center
}
#methods001 .math-subject .subject img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 106px;
    object-fit: contain;
}
#methods001 .math-subject .subject .subjectTitle {
    margin: 5px 0 50px;text-align:center;
    font-size:20px;line-height:24px;font-weight:700;
}

#methods001 .primary-theme-btn {
    max-width: fit-content;
    padding:15px 20px
}

@media (max-width: 575px) {
    #methods001 .primary-theme-btn {
        max-width: 250px
    }
}

@media (min-width: 576px) {
    #methods001 .math-subject .subject {
        width:215px;
    }
}

@media (min-width: 992px) {
    #methods001 .text-center h2 {
        font-size: 44px;
        line-height: 46px;
        text-align: center;
    }

    #methods001 .text-center p {
        font-size: 19px;
        line-height: 29px;
    }

    #methods001 .text-center {
        margin-bottom: 80px;
    }
    #methods001 .math-subject {
        flex-wrap: nowrap;
    }
    #methods001 .primary-theme-btn {margin-top:20px}
}
