.authors_group_block__wrapper {
    display: flex;
    align-items: center;
}

.authors_group_block__author {
    width: 35px;
    height: 35px;
}

.authors_group_block__author:not(:first-child) {
    margin-left: -10px;
}

.authors_group_block__author:hover {
    z-index: 9 !important;
}

.authors_group_block__author img {
    width: 33px;
    height: 33px;
    box-shadow: 0 0 0 2px #fff;
    border-radius: 35px;
    transform: perspective(1px) translateZ(0);
    transition-duration: .3s;
    -webkit-transition-property: transform;
    object-fit: cover;
}

.authors_group_block__author:hover img {
    transform: scale(1.1);
}

.authors_group_block__green_tick {
    margin-left: -7px;
    z-index: 8;
}
