#authors {
    background: #F0F0F0;
}
.title-strip .title-strip__wrapper {
    padding: 30px 0 5px;
}
#authors .flex-container {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
#authors .title-strip__info.blog-author {
    padding: 0 20px 10px 0;
    min-width: 25%;
}
.flex-container .contact__social-link img {
    width: 24px;
}
@media (min-width: 769px) {
    #authors .flex-container {
        flex-direction: row;
    }
    #authors .title-strip__info.blog-author {
        min-width: 50%;
    }
}
@media (min-width: 1025px) {
    #authors .title-strip__info.blog-author {
        min-width: 25%;
    }
}