
@media(min-width: 1024px) {
    .slider-bottom .swiper-slide {
        width: 815px;
    }

    .grow .text-box{
        padding: 50px;
    }

    .slider-bottom .button-group {
        width: 940px;
    }
}

.text-img__container {
    width: 50%;
}



.text-img__container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width: 1024px) {
    .text-img__container {
        width: 100%;
    }

    .text-img__container img {
        height: auto;
    }
}
