@media(max-width:1023px) {
    .ac-credit-wrapper{
        position: absolute;
        top: 86%;
        right: 1rem;
        width: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ac-desk-man{
        display: none
    }
    #ac-part-1 {
        background-image: url(../img/mob/bg.webp);
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ac-flah{
        background-color: #fff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.1rem;
        width: max-content;
        margin: auto auto auto 3vw;
        margin-top: 1vh;
        padding: 0.3rem 0.5em;
        border-radius: 0.9rem;
    }
    .ac-star{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1rem;
        height: 1rem;
        margin-left: 0.4rem;
    }
    h1{
        font-size: 1.1rem;
        margin-top: 1.5vw;
        text-align: left;
        margin-left: 3.2vw;
    }
    .ac-text-1,
    .ac-desk-bus {
        display: none;
    }
    .ac-mob-man{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top:0;
        width: 99vw;
    }
    h2 {
        font-size: 2.8rem;
        line-height: 0.7;
        position: relative;
        left: -16.5vw;
        margin-top: 2vw;
    }
    .ac-lists-wrapper{
        display: flex;
        flex-direction: column;
        width: max-content;
        margin: auto;
        font-size: 2rem;
        position: relative;
        right: 0;
        margin-top: 48vw;
        margin-right: 3vw;
    }
    .ac-lists-wrapper-desk{
        display: none
    }
    .ac-lists-wrapper .ac-list {
        display: flex;
        flex-direction: row;
        margin: -1vw 0 0rem auto;
    }
    .ac-lists-wrapper .ac-list bdi,
    .ac-lists-wrapper .ac-list small {
        font-size: 0.75em;
    }
    .ac-lists-wrapper .ac-list-star{
        position: relative;
        top: 0.55rem;
        width: 1rem;
        height: 1rem;
    
    }
    .ac-logometropolin-wrapper,
    .ac-price-wrapper{
        position: relative;
        width: 100%;
        height: 0;
    }
    
    .ac-price-wrapper img{
        top: -13vw;
        width: 8rem;
        left: -4vw;
        transform: rotate(-22deg);
    }
    .ac-logometropolin-wrapper img{
        bottom: 4vw;
        width: 10rem;
        left: 0;
    }
    .ac-text-2{
        text-align: center;
        margin-top: 3vw;
        padding-bottom: 43vw;
    }
    .ac-text-2 a {
        color:#000;
        text-decoration: none;
    }
    .ac-text-2 strong{
        font-size: 1.3em;
    }
    .page-thanks .ac-text-2 {
        padding-bottom: 19vw;
    }
    .page-thanks .ac-logometropolin-wrapper img {
        bottom: 2vw;
        width: 6rem;
        left: 0;
    }
    .ac-text-thanks{
        display: block;
        margin: auto;
        text-align: center;
        font-size: 4rem;
        margin-bottom: 1vw;
    }
}