.service-contact-block{
    margin-bottom: 30px;
}

.service-contact-block .expert_block-img {
    max-height: 200px;
    max-width: 200px;
    margin-bottom: 15px;
    overflow: visible;
    /* height: 100%; */
    float: none;
    height: 200px;
    margin-left: auto;
    margin-right:auto;
    width: 200px;
}

.service-contact-block .expert_block-img .expert-image{
    border-radius: 50%;
    object-position: top;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-contact-block .service-contact-experts{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px;
}

.service-contact-block .service-contact-experts .service-contact-expert{
    text-align: center;
    flex: 1 1 0px;
    margin-bottom:30px;
}

.service-contact-block .service-contact-experts .service-contact-expert h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #292e33;
    text-transform: uppercase;
    padding-bottom: 15px;
    line-height: 22px;
    font-weight: 700;
}
.service-contact-block .service-contact-experts .service-contact-expert h3 a{
    color: #292e33;
    text-decoration: none;
}
.service-contact-block .service-contact-experts .service-contact-expert .email-icon{
    color: #3296a2;
    font-size:22px;
}

.service-contact-block .service-contact-experts .service-contact-expert .job_title{
    margin-bottom:15px;
}