.about-image-section {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.about-image-item {
    cursor: pointer;
    text-align: center;
    font-weight: 100;
}

.about-image-item-image {
    border-radius: 50%;
    width: 80px;
}

.about-image-name {
    margin-top: 8px;
    font-weight: 100;
}

.about-image-name.active {
    font-weight: bold;
}

.about-image-name-nick {
    text-transform: uppercase;
}


@media (min-width: 992px) {
    .about-image-item-image {
        width: 115px;
    }
}

@media (min-width: 992px) {
    .about-image-item-image {
        width: 150px;
    }
}
