
.Our_legacy_only_Hc_wrapper {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 60px;
    margin-top:50px;
}

.Our_legacy_only_Hc_header {
    background-color: #d1a87b;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.Our_legacy_only_Hc_header {
    color: #ffffff;
    font-size: clamp(24px, 3vw, 32px);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.Our_legacy_only_Hc_container {
    /* max-width: 1200px;
    margin: 0 auto; */
    padding: 40px 20px 0 20px;
    box-sizing: border-box;
}

.Our_legacy_only_Hc_slider_container {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.Our_legacy_only_Hc_swiper {
    width: 100%;
    height: 450px;
}

.Our_legacy_only_Hc_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.Our_legacy_only_Hc_swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.Our_legacy_only_Hc_swiper .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.5;
    width: 10px;
    height: 10px;
    margin: 0 6px !important;
}

.Our_legacy_only_Hc_swiper .swiper-pagination-bullet-active {
    background: #d1a87b;
    opacity: 1;
}

.Our_legacy_only_Hc_stats {
        display: flex;
    justify-content: space-between;
    gap: 150px;
    margin-bottom: 40px;
}

.Our_legacy_only_Hc_stat_item {
    flex: 1;
}

.Our_legacy_only_Hc_stat_item .Our_legacy_only_Hc_header_head {
    color: #d1a87b;
    font-size: clamp(48px, 6vw, 72px);
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1;
}

.Our_legacy_only_Hc_stat_item .Our_legacy_only_Hc_header_sub_head {
   color: #333333;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}



.Our_legacy_only_Hc_text {
   color: #000;
    line-height: 1.8;
    margin: 0;
    text-align: justify;
    font-size: 17px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .Our_legacy_only_Hc_swiper {
        height: 350px;
    }
    .Our_legacy_only_Hc_stats {
        flex-wrap: wrap;
    }
    .Our_legacy_only_Hc_stat_item {
        min-width: 45%;
    }
}

@media (max-width: 767px) {
    .Our_legacy_only_Hc_swiper {
        height: 250px;
    }
    .Our_legacy_only_Hc_slider_container {
        border-radius: 12px;
        margin-bottom: 30px;
    }
    .Our_legacy_only_Hc_stats {
        flex-direction: column;
        gap: 30px;
        text-align: left
    }
    .Our_legacy_only_Hc_text {
        text-align: left;
    }
}