/* ----- SECTION AUTHOR ----- */
.section-author {
    padding-top: 5.3125rem;
    padding-bottom: 5.3125rem;
}
.section-author .author-box {
    background-color: #F5F5F5;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 77.9rem;
    padding: 1.8rem 5.4rem;
    color: #000035;
}
.section-author .author-box:hover {
    color: #000035;
}
/*
.section-author .author-box:hover h4 {
    color: #00F38C;
}
*/
.section-author .author-box .author-avatar {
    width: 6.8125rem;
    height: 6.8125rem;
    flex: 0 0 6.8125rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2.8rem;
}
.section-author .author-box .author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-author .author-box > div {
    flex: 1;
}
.section-author .author-box h4 {
    font-weight: 700;
    margin-bottom: 0.2rem;
    margin-top: 0.7rem;
    transition: 0.4s;
}
/* ----- /SECTION AUTHOR ----- */
/*  */
@media(max-width: 991px) {
    .section-author .author-box {
        padding: 1.8rem 3.2rem;
    }
}
@media(max-width: 767px) {
    .section-author {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .section-author .author-box {
        padding: 1.8rem 2rem;
        flex-direction: column;
        text-align: center;
    }
    .section-author .author-box .author-avatar {
        margin: 0 auto 1rem;
    }
    
}