.authors_container {
    max-width: 1170px;
    margin: 2rem auto;
}


.authors_block {
    background-color: #fff;
    padding: 1rem 2rem;
    border-radius: 1rem;
    box-shadow: 0px 0px 9px 2px rgba(34, 60, 80, 0.17);
}
.title_authors {
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-size: 1.3rem;
    text-align: center;
    color: #0952af;
}

.authors_content span{
    color: #0952af;
    font-weight: 500;
} 
.authors_content {
    font-size: 1.3rem;
}