#carouselExampleRide, .carousel-inner {
    height: 90svh;
}

/* wellness section  */

.well-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.well-img img {
    max-width: 700px;
    width: 100%;
    border-radius: 17px;
}

.wellness .text {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 100%;
    gap: 20px;
}

/* wellness progams section  */

.card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    width: 260px;
    height: 350px;
    margin: auto;
    margin-bottom: 20px;
}

.card p {
    padding: 0 9px;
}

.card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* benifit section  */

.benifit-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;

}

.benifit-img img {
    border-radius: 16px;
}

.benifits .text {
    display: flex;
    justify-content: center;
    align-items: start;
    height: 100%;
    gap: 14px;
    flex-direction: column;
}

/* approach section  */

.approach-contant {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.approach-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.approach-img img {
    max-width: 800px;
    width: 100%;
    border-radius: 20px;
}

.text-style {
    font-style: italic;
    border-top: 1px solid #e29500;
    border-bottom: 1px solid #e29500;
    padding: 9px;
    color: #893f97;
    font-size: 1.4rem;
}

/* call to action  */

.apply {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(60deg, #e29500, #830435);
    color: #fff;
    padding: 40px 0;
    gap: 20px;
}


@media (max-width: 991px) {
    #carouselExampleRide, .carousel-inner {
        height: auto;
    }

    
}