@media(min-width:1024px) {
    .ac-credit-wrapper{
        position: absolute;
        top: 6%;
        left: 1rem;
    }
    .ac-mob-man{
        display: none
    }
    .ac-desk-man{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -2rem;
        right: -0.5rem;
        width: 32vw;
    }
    #ac-part-1 {
        background-image: url(../img/main.webp);
        height: 100vh;
        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: 2.7rem;
        width: max-content;
        margin: auto;
        margin-top: 1vh;
        padding: 0.2rem 1.5rem;
        border-radius: 0.9rem;
    }
    .ac-star{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 2rem;
        height: 2rem;
        margin-left: 0.7rem;
    }
    h1{
        font-size: 3.8rem;
        margin-top: 1vh
    }
    .ac-text-1 {
        font-size: 6.3rem;
        margin-top: -1.8rem;
    }
    .ac-desk-bus{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40vh;
        margin: auto;
        margin-top: -2rem;
    }
    h2 {
        font-size: 3.35rem;
    }
    .ac-lists-wrapper{
        display: flex;
        flex-direction: column;
        width: max-content;
        margin: auto;
        font-size: 2.5rem;
        position: relative;
        right: -2.7rem;
    }
    .ac-lists-wrapper-mob {
        display: none
    }
    .ac-lists-wrapper .ac-list {
        display: flex;
        flex-direction: row;
        margin: 0.3vh 0 0.5vh auto;
    }
    .ac-lists-wrapper .ac-list-star{
        position: relative;
        top: 0.6rem;
        width: 1.5rem;
        height: 1.5rem;
    }
    .ac-logometropolin-wrapper,
    .ac-price-wrapper{
        position: relative;
        width: 100%;
        height: 0;
    }
    
    .ac-price-wrapper img{
        top: -5rem;
        width: 10rem;
        left: 11rem;
    }
    .ac-logometropolin-wrapper img{
        bottom: 0;
        width: 12rem;
        left: -12rem;
    }
    .ac-text-thanks{
        display: block;
        margin: auto;
        text-align: center;
        font-size: 4rem;
    }
}