.experts-detail-page .hero-coloured {
    margin-bottom: 40px;
}
.experts-detail-page .expert-name {
    font-family: Inter-Bold, sans-serif;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 0;
}
.experts-detail-page .expert-title {
    font-family: Inter-SemiBold, sans-serif;
    color: #0A454D;
}
.experts-detail-page .expert-description {
    font-family: Inter-Regular, sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    padding-top: 20px;
    margin-bottom: 28px;
}
.experts-detail-page .expert-portrait {
    margin-bottom: 16px;
}
@media only screen and (max-width: 991px) {
    .experts-detail-page .expert-portrait {
        display: none;
    }
    .experts-detail-page .expert-description {
        border-top: 1px solid #CBCBCB;
        border-bottom: 1px solid #CBCBCB;
        padding-bottom: 30px;
        margin-top: 20px;
    }
    .experts-detail-page .expert-portrait-small{
         width: 100%;
    }
}
@media only screen and (min-width: 992px) {
    .experts-detail-page .expert-portrait-small {
        display: none;
    }
}