.sections-catalog {
    margin-top: 40px;
    margin-bottom: 50px;
}

.section-card:hover img {
    transform: scale(1.1);
}

.section-card__img-wrap {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    background: #f5f5f5;
}

.section-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-card__name {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 1.3;
}