.swiper-swiper-slide-wrap {
    display: flex;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 0;
    margin: auto;
}

.swiper-slide-image img {
    width: 100%;
    max-width: 400px !important;
    height: 600px !important;
    object-fit: cover;
    display: block;
}

.swiper-slide-content {
    padding: 70px;
    background: #ffffff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 10px;
    margin-left: -10px;
}


.swiper-slide-content h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}

.swiper-slide-content .subtitle {
    font-weight: 500;
    color: #555;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 2rem;
    margin-bottom: 0;
}

.swiper-slide-content .description {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
    padding-top: 2rem;
}

/* Swiper arrows */
.swiper-button-prev-cs,
.swiper-button-next-cs {
    display: -webkit-box;
    cursor: pointer !important;
}

.swiper-button-prev-cs::after,
.swiper-button-next-cs::after {
    font-size: 16px;
}

.swiper-button-prev-cs {
    left: auto;
    right: 70px;
}

.swiper-button-next-cs {
    right: 20px;
}

.swiper-nav-behind {
    background: #035FFA;
    width: 140px;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    border-radius: 100px 0 0;
}

.swiper-nav-container {
    display: flex;
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;
    width: 120px;
    justify-content: space-evenly;
    height: 50px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .swiper-slide-wrapper {
        flex-direction: column;
        padding: 10px;
    }

    .swiper-slide-image {
        flex: none;
        max-width: 100%;
    }

    .swiper-slide-content {
        padding: 20px;
    }

    .swiper-button-prev-cs,
    .swiper-button-next-cs {
        bottom: -40px;
    }
    .swiper-swiper-slide-wrap {
        flex-direction: column;
    }
    .description{
        margin-bottom: 5rem;
    }
}
