.leaders-photos {
    display: flex;
    align-items: self-start;
    margin: 75px 0 0;
}

.leaders-photos > li {
    padding: 0 20px;
}

.leaders-photos li .leader-photo {
    margin-bottom: 50px;
}

.section-title {
    color: var(--Granite-Grey, #64666A);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 10px;
}

.section-title span {
    display: block;
}

h2.our-leader-name span {
    font-size: 12px;
    color: #cf2030;
    position: relative;
    top: 4px;
}

.section-brief {
    color: var(--Granite-Grey, #64666A);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 0;
}

.leader-info {
    position: absolute;
    bottom: 17px;
    left: 21px;
    text-align: left;
}

.leader-photo {
    position: relative;
    text-align: center;
}

.leader-name {
    color: var(--True-White, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 5px;
}

.leader-location {
    color: var(--True-White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.leader-img {
    box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    width: 100%;
    background: #eaeef1;
}

.leadership-page .banner-block {
    display: none;
}

/* Leader block CSS */
.our-founder-page {
    background: transparent;
}

.our-leader-info-block {
    border-radius: 28px;
    background: var(--Light-Sterling-Grey, #F2F2F2);
    padding: 40px 32px;
    margin-bottom: 100px;
}

.our-leader-name {
    color: var(--Red, #CF2030);
    font-family: "Helvetica Neue LT Std";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.our-leader-brief {
    color: var(--Granite-Grey, #64666A);
    font-family: "Helvetica Neue LT Std";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.our-leader-info-details-text p, .our-leader-more-info-text p {
    color: var(--Power-Black, #000);
    font-family: "Helvetica Neue LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.our-leader-info-details-text p:last-child,
.our-leader-more-info-text p:last-child {
    /* margin-bottom: 0; */
}

.info-text-block {
    width: 75%;
    /* max-width: 645px; */
    margin-right: 50px;
}

.our-leader-info-text {
    display: flex;
}

.our-leader-image-block {
    /* width: 25%; */
}

.our-leader-image-block img {
    margin-top: -80px;
    margin-bottom: 20px;
    border-radius: 16px;
    background: var(--Sterling-Grey, #C8C8C8);
    box-shadow: 16px 16px 32px 4px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.meet-our-leader-title {
    margin-bottom: 30px;
}

.meet-our-leader-title span {
    color: var(--Red, #CF2030);
}

#redMoreBtn {
    color: var(--Red, #CF2030);
    font-family: "Helvetica Neue LT Std";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    display: inline-block;
}

#readMoreText {
    height: 0;
    opacity: 0;
    transition: all .5s ease;
}

#readMoreText.expanded {
    height: auto;
    opacity: 1;
}


/* Infinit Carousel card */
.card {
    width: 100%;
    color: #fff;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 10%) 5px 5px 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 264px;
    border-radius: 16px;
    overflow: hidden;
}

.card img {
    width: 300px;
    height: 100%;
    object-fit: cover;
    object-position: top;

}

.our-founder-image-slider .group {
    padding: 50px 16px;
}

/*  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 1200px) {
    .our-leader-info-details-text p,
    .our-leader-more-info-text p,
    .read-more-info,
    .our-leader-brief,
    #redMoreBtn {
        font-size: 16px;
    }

    .section-title,
    .meet-our-leader-title,
    .our-leader-name {
        font-size: 24px;
    }

    .card {
        width: 250px;
        height: 214px;
    }

    .card img {
        width: 250px;

    }
}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 767px) {
    .section-title span {
        display: inline-block;
    }

    .leader-photo {
        margin: 0 0 50px;
    }

    .leaders-photos li .leader-photo {
        margin: 0 0 50px;
    }

    .leaders-photos li:nth-child(even) .leader-photo {
        margin-top: 23px;
    }

    .leader-name {
        font-size: 16px;
    }

    .leader-location {
        font-size: 14px;
    }

    .leaders-photos > li {
        padding: 0 12px;
    }

    .leaders-photos {
        margin: 50px 0;
    }

    .leader-info {
        bottom: 10px;
        left: 10px;
    }

    .section-title {
        font-size: 24px;
    }

    .section-brief {
        font-size: 16px;
    }

    .our-leader-name {
        font-size: 20px;
        max-width: 175px;
    }

    .info-text-block {
        width: auto;
        margin: 0;
    }

    .our-leader-info-text {
        display: block;
        position: relative;
    }

    .our-leader-info-block {
        padding: 20px;
        position: relative;
        margin-bottom: 40px;
    }

    .our-leader-brief {
        font-size: 12px;
    }

    .our-leader-image-block {
        position: absolute;
        right: 0px;
        top: -50px;
    }

    .our-leader-image-block img {
        margin-top: -20px;
        height: 120px;
        object-fit: cover;
    }

    .card {
        width: 200px;
        height: 164px;
    }

    .card img {
        width: 200px;

    }

}

@media only screen and (max-width: 360px) {
    .our-leader-image-block img {
        margin-top: -10px;
        height: 90px;
    }
}