.about-us-images {
    padding: 1rem;
}

.about-us-images-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.about-us-images-list__itm {
    width: auto;
    max-width: 33%;
    padding: 0;
    margin: 0;
}
.about-us-images-list__itm:before {
    display: none;
}

.about-us-images__img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
}


@media screen and (min-width: 1024px) {
    .about-us-images-list__itm {
        width: 12%;
    }
}
