.ourstory-main-container {
    height: calc(100% - 105px);
}
.ros-carousel {
    display: flex;
    align-items: center;
    height: calc(100% - 120px);
    width: 65%;
    margin: auto;
}
.drees-ourstory-wrapper { padding: 40px; }
.ros-card  {
    flex: 0 0 50%;
    /* max-height: 438px; */
    min-height: 438px; 
    border-radius: 10px;
}
.ros-text-card {
    padding: 55px 44px;
    background: rgba(51, 51, 51, 0.8);
}
.ros-img-card {
    margin-right: 22px;
}
.ros-ourstory-title {
    font-size: 10rem;
    line-height: 12.1rem;
    color: #2b2b2b;
}
.ccw-close-wrapper.ros-close-wrapper img {
 top: 30px;
 right: 30px;
}
.card-subtitle {
    margin-bottom: 4px;
    font-size: 3.5rem;
    line-height: 4.2rem;
    font-weight: 700;
}
.ros-ourstory-subtitle {
    margin-bottom: 20px;
    font-size: 2.95rem;
    line-height: 4.2rem;
}
.ros-ourstory-desc {
    font-size: 2.5rem;
}
.ros-carousel .carousel-control-next,
.ros-carousel .carousel-control-prev {
    opacity: 1;
}
.ros-carousel .carousel-control-next img,
.ros-carousel .carousel-control-prev img {
    width: 55px;
}
