.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}
.ac-thanks-contant{
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 0 3%;
    box-sizing: border-box;
    direction: rtl;
    height: 89vh;
    align-self: flex-start;
}
.page-thanks .ac-thanks-text{
    height: auto;
    display: block;
    text-align: center;
    margin: auto;
    font-size: 2vw;
    font-weight: 600; 
}
.page-thanks .ac-thanks-text .ac-colored{
    font-size: 3vw;
}
@media(max-width:1000px) {
    .ac-thanks-contant {
        width: 100%;
    }
    .page-thanks .ac-thanks-text {
        font-size: 6vw;
    }
    .page-thanks .ac-thanks-text .ac-colored {
        font-size: 12vw;
    }
}