@media screen and (max-width: 1024px) {
    :root{
        --section-gaps: 65px;
    }
    .section-title{
        padding-bottom: 48px;
    }
    .section-title .main-title .title{
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 16px;
    }
    .section-title .main-title .txt{
        font-size: 18px;
        line-height: 28px;
    }
}
@media screen and (max-width: 991px) {
    .section-title{
        gap: 32px;
    }
    .section-title .btn-wrap.end{
        justify-content: start;
    }
}
@media screen and (max-width: 575px) {
    .container{
        padding: 0 16px;
    }
    .btn-wrap{
        flex-direction: column-reverse;
        text-align: center;
        width: 100%;
    }
    .btn-wrap .btn-box{
        text-align: center;
        width: 100%;
    }
    .section-title .main-title .title{
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 16px;
    }
}