@media (max-width: 1300px) {
    header .txt ul li{
        font-size: 1.5vw;
    }
    body header::after{
        top: 70px;
    }
}
@media (max-width: 768px) {
    .section2 .my-pagination{
        width: 100%;
    }
    .section2 ul .list{
        padding-left: 0;
    }
    .section1 .row .left-img{
        padding-right: 12px;
    }
    .section2 .my-pagination .center {
        width: 148px;
    }
    body header::after{
        top: 16vw;
    }
    header .txt h1{
        font-size: 7.5vw;
    }
    header .txt ul{
        width: 80%;
        height: fit-content;
    }
    header .txt ul li{
        height: fit-content;
        font-size: 3vw;
        line-height: normal;
    }
    header{
        height: 80vw;
        background-size: auto 100%;
    }
    header .txt{
        top: 50%;
    }
}
