.authors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    gap: 2.5rem;
}

.author {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.author img {
    height: 180px;
    width: 180px;
    object-fit: cover;
}