/* Hero */

main {
    /* margin-top: 75px; */
}
.ld-hero {
    /* margin-top: 76px; */
    /* height: 440px; */
    background-image: url('../images/leaders-bg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 60px;
    padding-top: 40px;
}

.ld-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/leaders-bg.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: 0;
}

.ld-hero::before {
    content: '';
    position: absolute;
    inset: 0;
}

.ld-hero-overlay {
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 0;
}

span.ld-green {
    color: #005900;
}

.ld-hero-overlay .ld-hero-line {
    width: 90px;
    height: 5px;
    background: #8BD440;
    border-radius: 2px;
}

.id-row-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.id-col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.ld-col-xl-7 {
    flex: 0 0 auto;
    width: 58%;
}

.id-leadership-box-details {
    border-radius: 20px;
    background: #D9D9D9;
    margin-bottom: -60px;
    position: relative;
    padding-left: 50px;

}

.id-flex {
    display: flex !important;
}

.id-me-5 {
    margin-right: 3rem !important;
    min-width: 0;
}

.id-img-fluid {
    max-width: 100%;
    height: auto;
    display: block;
}

.id-details-in-icon .id-img-fluid {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.id-details-in-icon {
    border-radius: 0 0 20px 0;
    background: #005900;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58px;
    height: 58px;
    text-align: center;
}

.ld-leadership-box-content {
    padding-left: 30px;
    padding-bottom: 40px;
}

.ld-mb-3 {
    color: #333333 !important;
    font-family: 'Sailec Medium';
    font-weight: 700;
    font-size: 4vw;
    line-height: 1.3;
    margin: 0 0 16px;
}

.ld-leadership-box-content h4 {
    color: #3F3F3F;
    font-family: 'Sailec Light';
    line-height: 1.4;
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.ld-leadership-detail {
    padding: 100px 0px;
    width: 90%;
    margin: auto;
}

.ld-leadership-detail p {
    color: #585858;
    font-size: 16px;
    font-style: normal;
    font-family: 'Sailec Light';
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}
/* Responsive */

@media (min-width: 1500px) {
}
@media (max-width: 991px) {
    .ld-hero {
        padding-top: 20px;
    }
    .ld-hero-overlay h1 {
        font-size: 30px;
    }
    .id-leadership-box-details {
        margin-bottom: 0;
    }
    .id-row-flex {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    .ld-mb-3 {
        margin: 0 0 10px;
    }
    .ld-leadership-detail {
        padding: 40px 0;
    }
    .id-col-xl-5 {
        width: 70%;
    }
    .ld-col-xl-7 {
        width: 100%;
    }
    .ld-leadership-box-content h4 {
        font-size: 17px;
    }
    .ld-leadership-box-content {
        padding-left: 10px;
    }

}

@media (max-width: 767px) {
    .ld-hero {
        padding: 30px;
    }

    .ld-hero-overlay h1 {
        font-size: 24px;
    }
    .id-col-xl-5 {
        width: 100%;
    }
    .ld-leadership-box-content {
        padding-left: 10px;
    }
}
