.mvp-authors-wrap {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.mvp-authors-list-wrap {
    position: relative;
    margin: 0 12px 22px;
    text-align: center;
    width: calc(33.3333% - 16px);
    box-sizing: border-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 14px 16px 16px;
}

.author-list-img-cover {
    height: 78px;
    background: #F4F4F4;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mvp-authors-list-img {
    line-height: 0;
    margin-bottom: 14px;
    width: 100%;
    position: relative;
}

.mvp-authors-list-img a {
    display: inline-block;
}

.mvp-authors-list-img img {
    border: 2px solid #FFFFFF;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 114px;
    height: 114px;
}

.mvp-authors-name {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    text-align: center;
    text-transform: capitalize;
    color: #1A1D25;
}

.mvp-authors-name .author-list-item-title {
    font-family: 'Circular Std', sans-serif;
}

.mvp-authors-name .author-list-item-title a {
    text-decoration: none;
}

.mvp-authors-name .author-list-item-title-job {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 6px;
    background: #FFF7E3;
    border-radius: 4px;
    margin: 8px 0;
}

.mvp-authors-name .author-list-item-title-job span {
    font-family: 'Arial', serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #AC5F5F;
}

.mvp-authors-name a {
    display: inline-block;
    vertical-align: top;
}

h2.mvp-authors-latest {
    display: inline-block;
}

h2.mvp-authors-latest a {
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.1;
}

.mvp-authors-name a:hover,
h2.mvp-authors-latest a:hover {
    opacity: .6;
}

.mvp-authors-wrap .author-list-item-roles {
    list-style: none !important;
    margin: 0;
}

.mvp-authors-wrap .author-list-item-roles li {
    font-size: 13px;
    text-transform: capitalize;
    padding: 3px 0 !important;
    margin: 0 !important;
}

.mvp-authors-wrap .author-list-posts {
    margin-top: 5px;
}

.mvp-authors-wrap .author-list-posts .author-list-posts-item {
    padding: 3px 0;
    font-size: 12px;
}

.mvp-author-box-soc-wrap {
    margin: 8px 0 0;
    width: 100%;
    min-height: 25px;
    font-size: 16px;
}

.mvp-author-box-soc-wrap a + a {
    margin-left: 4px;
}

.mvp-author-box-soc-wrap img {
    width: 23px;
    height: 23px;
}

.author-list-item-excerpt {
    font-family: 'Arial', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #1A1D25;
    margin: 16px 0 0;
}

@media screen and (min-width: 768px) {
    .mvp-authors-list-wrap:nth-child(3n+1) {
        margin-left: 0;
    }

    .mvp-authors-list-wrap:nth-child(3n) {
        margin-right: 0;
    }

    .author-list-item-excerpt .desktop {
        display: block;
    }

    .author-list-item-excerpt .mobile {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .mvp-authors-list-wrap {
        width: calc(50% - 4px);
        margin: 0 4px 8px;
    }

    .mvp-authors-list-wrap:nth-child(2n+1) {
        margin-left: 0;
    }

    .mvp-authors-list-wrap:nth-child(2n) {
        margin-right: 0;
    }

    .author-list-img-cover {
        height: 61px;
    }

    .mvp-authors-list-img {
        margin-bottom: 8px;
    }

    .mvp-authors-list-img img {
        width: 84px;
        height: 84px;
    }

    .mvp-authors-name {
        font-size: 16px;
        line-height: 140%;
    }

    .mvp-authors-name .author-list-item-title-job {
        margin-top: 4px;
        padding: 3px 4px;
    }

    .mvp-authors-name .author-list-item-title-job span {
        font-size: 8px;
    }

    .mvp-author-box-soc-wrap a + a {
        margin-left: 12px;
    }

    .mvp-author-box-soc-wrap img {
        width: 31px;
        height: 31px;
    }

    .author-list-item-excerpt .desktop {
        display: none;
    }

    .author-list-item-excerpt .mobile {
        display: block;
    }
}
