/* Expanding Expertise with New Leadership start  */
.section-header-title {
    color: #1B4272;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.section-header {
    padding: 2em 0;
}

.expertise-tab-label {
    display: block;
    font-size: 22px;
}


.expertise-wrapper {
    display: flex;
    box-sizing: border-box;
}


h1.expertise-card-item.expertise-card-item-name {
    font-size: 40px;
    margin-bottom: 1em;
    color: #00BCCA;
    font-weight: 500;
}


.expertise-tab-label {
    display: block;
    font-size: 24px;
    margin: 1em 0;
}


.expertise-card {
    padding: 3em;
    background: #1A2C58;
    color: white;
    margin-right: 1em;
}

.card {
    display: flex;
    flex-direction: column;
    height: 366px;
    background: white;
    border: 1px solid rgb(255, 255, 255);
}

.card img {
    width: 100%;
}

.expertise-leadership-section{
    background: rgb(236, 236, 236);
}

.card-item-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
}



.card .img-wrapper {
    width: 100%;
}

.underline {
    display: block;
    height: 2px;
    width: 15px;
    background: #DC5408;
    transition: .3s;
}

.active-tab span {
    width: 100%;
}

/* Expanding Expertise with New Leadership end */

@media only screen and (min-width: 1024px) {
    .col-10 {
        width: 70%;
    }
}

@media only screen and (min-width: 1280px) {

    .col-10 {
        width: 75%;
    }

}
@media only screen and (min-width: 1440px) {

    .col-10 {
        width: 80%;
    }

}


@media only screen and (max-width: 912px) {
   .expertise-wrapper {
    flex-direction: column;
   }

   .col-10 {
        width: 100%;
        padding: 0 1em;
   }

   .card .img-wrapper {
    width: 100%;
   }

    .card {
        height:100%;
    }

    .card figcaption {
        height: 100px;
    }

   .expertise-card {
        margin-right: 0;
    }
}

@media only screen and (max-width: 720px) {
    .section-header-title {
        font-size: 22px;
    }

    h1.expertise-card-item.expertise-card-item-name {
        font-size: 22px;
        margin-bottom: 1em;
        color: #00BCCA;
        font-weight: 500;
    }

    .expertise-tab-label{
        font-size: 16px;
    }
}