.service-box .service__link {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    padding: 16px;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0 2px 4px #EEE;
    position: relative;
    top: 0;
    transition: box-shadow 200ms, top 200ms;
}

.service-box .service__link:hover {
    box-shadow: 0 4px 12px #d6d6d6;
    top: -3px;
}

.service-box .service__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -ms-flex: 1 0 auto;
    flex: 1;
    flex-wrap: wrap;
    margin-top: -3px;
}

/* IE10 */
@media screen and (min-width:0\0) {
    .service-box .service__content {
        width: 70%;
    }
}

/* MORE IE10 */
@media screen and (min-width:0\0) and (min-width: 1025px) {
    .service-box .service__content {
        width: 50%;
    }
}

.service-box .service__title {
    width: 100%;
}

.service-box .service__description {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    clear: both;
}

.service-box .service__description-read {
    color: #3A9EFB;
    display: flex;
}

.service-box .service__description-read .service__description-read-more-icon {
    width: 30px;
    background: url('../../images/profile/keyboard_arrow_down.svg') 12px 50% no-repeat;
}

.service-box .service__description-read-less-icon {
    width: 30px;
    background: url('../../images/profile/keyboard_arrow_up.svg') 12px 50% no-repeat;
}

.service__text-wrapper {
    display: flex;
    flex-direction: row;
}

.service-box .service__type {
    max-width: 92px;
    margin-right: 4%;
}

.service-box .show-more-services {
    text-align: center;
    font-weight: 600;
    display: block;
}

.service-box .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #EAEEEE;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.service-box {
    font-family: 'Inter', sans-serif;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 16px;
    transition: max-height 300ms;
}

.service-box.collapsed {
    max-height: 0;
    overflow: hidden;
    margin: 0;
}

.service-box .icon-experts_office {
    background-image: url('../../images/profile/icon-location.svg');
}

.service-box .icon-expert_calls {
    background-image: url('../../images/profile/icon-phone.svg');
}

.service-box .icon.icon-video {
    background-image: url('../../images/profile/icon-video.svg');
}

.media-heading {
    float: left;
    margin-right: 8px;
    margin-bottom: 0;
}

.service__duration {
    font-size: 14px;
    display: inline-block;
    margin-top: .15em;
    float: none;
    text-wrap: none;
    line-height: 26px;
}

.name {
    line-height: 26px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    display: inline-block;
    float: none;
}

.main-profile .media-heading {
    float: left;
    margin-right: 8px;
    margin-bottom: 0;
}

.service-box .service__right-button {
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
    display: block;
}

@media (min-width: 768px) {
    .service-box .service__link {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1025px) {
    .name {
        font-size: 24px;
        line-height: 34px;
    }

    .service__duration {
        font-size: 16px;
        line-height: 34px;
    }

    .service-box .icon {
        width: 64px;
        height: 64px;
    }

    .service-box .service__link {
        padding: 24px 20px 24px 24px;
    }

    .service-box .service__right {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        margin-left: 4%;
    }

    .media-heading {
        float: left;
        margin-right: 8px;
        margin-bottom: 0;
    }
}
