
.industry-experts-container .actionbox {
    display: flex!important;
    flex-direction: column!important;
    transition: .2s all ease!important;
    height: 100%!important;
    border-radius: 60px 0 0 0;
}


.industry-experts-container .thumbnail {
    width: 100%!important;
    max-width: 120px!important;
}
.industry-experts-container .column {
    margin-bottom: 40px;
}

.industry-experts-container img {
    border-radius: 100%;
}
.expert-role {
    color: #000;
    background-color: #f4f4f4;
    line-height: initial;
    margin-top: 5px;
    border-left: 2px solid #00bce3;
    padding-left: 10px;
    line-height: 2rem;
    margin-bottom: 15px;
    padding-right: 10px;
}
.industry-experts-container .caption {
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.extra-info {
    display: none;
}
.industry-experts-container .btn.btn-default {
    background-color: transparent !important;
    border: 0 !important;
    color: #000 !important;
    padding: 0 !important;
}
h3 > a, .industry-experts-container h3 {
    color: #000 !important;
    font-weight: 600 !important;
    letter-spacing: normal !important;
    line-height: 2.5rem !important;
    font-size: 18px!important;
}
a.btn.btn-default:hover {
    text-decoration: underline!important;
}
.industry-experts-container .caption h3 {
    margin-top: 10px!important;
    margin-bottom: 0!important;
}


.caption {
    min-height: 20px;
}
.extra-info p {
    font-size: 1.4rem;
}

.industry-experts-container p:not(.expert-role) {
    font-size: 1.4rem!important;
}
