#content>div>article#photos {
    padding-top: 150px;

    font-size: 18px;
    color: #008000;

    background-color: #d9d9d9;
    background-image: url('../images/group_title.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: none;
}


#aside_banner {
    height: 589px;
    background: url('../images/side_banner.jpg');
}

.photo > img {
    height: 126px;
}

.photo_row {
    display: flex;
    padding-bottom: 75px;


    gap: 20px;
    justify-content: space-evenly;

    text-align: center;
}
.first_row > .photo {
    width: 250px;
}

.photo:not(.first_row > .photo ) > img {
    height: 221px;
    width: 166px;
}

.photo:not(.first_row > .photo) {
    height: 283px;
    width: 166px;
}