.swiper-slide img {
    display: block;
    width: 100%;
    height: 85vh;
    object-fit: cover;
}
.swiper-text{
    color: #fff;
}
.swiper-text p {
    width: 40%;
}

.service{
    padding: 0 5%;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.one{
    width: 95%;
    margin-bottom: 50px;
}
.card2{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


@media (max-width:957px) {
    .swiper-text, .swiper-text h1, .swiper-text p{
        width: 100%;
        padding: 0 5%;
    }
    .service{
        display: block;
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
    }
}