.autor_box {
    display: flex;
    column-gap: 25px;
    padding: 0 15px;
    border-radius: 50px;
    border-top-left-radius: 10px;
    color: #000;
    padding-top: 25px;
    padding-left: 45px;
}
.autor_box_content {
    width: 75%;
    margin: 15px;
}
.autor_box_autor {
    text-align: center;
    margin: 15px;
}
.autor_box_autor_img img {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    object-fit: cover;
    object-position: top;
}
.autor_box_autor_name {
    font-weight: 700;
    font-size: 20px;
}
.autor_box_autor_position{
    font-size: 14px;
}
.autor_box_dark-blue {
    background-color: #4F7BA0;
    color: #fff;
}
.autor_box_light-blue {
    background-color: #E8EEF6;
}
.autor_box_light-green {
    background-color: #F3F6E7;
}
@media (max-width: 900px) {
    .autor_box {
        flex-wrap: wrap;
        padding-right: 25px;
        padding-left: 25px;
    }
    .autor_box_content {
        width: 100%;
    }
    .autor_box_autor {
        width: 100%;
    }
}
.autor_box_autor_sozial {
    padding-top: 15px;
}
.autor_box_autor_sozial a img {
    width: 40px;
    height: 40px;
}
.autor_box_autor_sozial.sozial_full {
    display: flex;
    column-gap: 10px;
    justify-content: center;
}
