.leaders {
    font-size: 18px;
    padding:100px 0;
}

.leaderPhoto {
    padding: 20px;
    background-size: auto;
    height: 600px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.red_tag {
    background: #940000;
    display: inline-block;
    padding: 10px 25px;
    position: absolute;
    left: 1px;
    bottom: 0px;
    font-family: 'Helvetica', arial, sans-serif !important;
    color: white;
}

.leaderInfo {
    width: 100%;
}

.leaders-paragraph {
    color: #000000;
    font-size: 16px !important;
    line-height: 28px !important;
    padding-left: 25px;
    display: block;
    text-decoration: none !important;
    font-family: 'Helvetica', arial, sans-serif !important;
}

.leadersExtraPadding {
    padding-top: 20px;
    letter-spacing: 1px;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.leaderHeading {
    color: #960000;
    padding-left: 25px;
    padding-bottom: 10px;
    width: 100%;
    white-space: nowrap;
    margin-top: 40px;
    font-size: 1.75rem;
    white-space:normal;
}

.leaderInfoIconsBio {
    width: 50%;
    max-width: 15px;
    margin-right: 20px;
}

.leaderInfoIconsPhoto {
    width: 50%;
    max-width: 20px;
    margin-right: 15px;
}

.leaderBioFeatures {
    padding-left: 2px;
    letter-spacing: 2px;
    font-family: 'Helvetica', arial, sans-serif !important;
}

.txt-red {
    color: #900;
    left: 0px;
}


@media screen and (max-width: 992px) {
    .leaderHeading {
        font-size: 24px
    }
}

@media screen and (max-width: 768px) {
    .leaderHeading {
        font-size: 18px
    }
    .leaderBioFeatures{
        letter-spacing:1px
    }
}

@media screen and (max-width: 576px) {
    .leaders { padding-top:50px}
    .leaderInfo,
    #leaderInfo {
        margin-bottom: 40px
    }
    .row-margin-leaders {
        margin-top: 0px !important;
    }

@media screen and (max-width: 568px) {
    .leaderPhoto {
        height: 350px;
    }

    .red_tag {
        width: 80%;
        text-align: center;
        left: 12%;
    }
}

@media screen and (max-width: 467px) {
    .red_tag {
        width: 75%;
    }

    .leaderHeading {
        font-size: 18px
    }
}
