@media(min-width:1024px){
    /* .swiper-button-prev,
    .swiper-button-next{
        display: none
    } */
    /* Header */
    header .ac-goto-home-slider{
        display: block;
        width: 4rem;
        margin: 1rem auto auto 0;
    }
    h1{
        font-size: 3.5rem;
        margin-right: 3rem;
        margin-top: 0;
        font-weight: 900;
    }
    p{
        margin-right: 3rem;
        font-size: 1.51rem;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
    .ac-slide-content {
        top:23%;
        left:50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
    .ac-slide-content .ac-merc{
        width: 17rem;
    }
    .ac-slide-content .ac-untouched{
        font-family: "DaimlerCACPro-Regular";
        font-size: 5.9rem;
        display: block;
        margin-top: -0.9rem;
    }
    .ac-slide-content .ac-opening-text-slide{
        display: block;
        color:#fff;
        font-size: 2.2rem;
    }
    .ac-slide-content .ac-text{
        display: flex;
        font-size: 2rem;
        color: #fff;
        flex-direction: column;
    }
    .ac-separator{
        display: inline-block;
        margin: auto 0.5rem;
    }
    .ac-law-sentence{
        display: block;
        background-color: #fff;
        padding: 0.3rem 1rem 0.3rem 1rem;
        font-size: 1.15rem;
        color:#000
    }
    .ac-colmobile-img-new {
        width: 24vh;
        margin: 1rem 3rem 1rem auto;
        max-width: 315px;
    }
    .ac-mobile-btns{
        display: none
    }
    /* End Header */
    .thanks-home h3{
        font-size: 2rem;
        text-align: center;
        color: #fff;
    }
    .thanks-home h3 a {
        font-size: 89%;
        color: #fff;
    }
}