.images_section {

    & .section_inner {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        justify-content: space-between;
        z-index: 1;
        gap: 2rem;

        & h2 {
            width: 100%;
            font-family: "Aboreto", arial, sans-serif;
            text-transform: uppercase;
            font-weight: 400;
            font-size: 5rem;
            margin: 0;
            line-height: 1;
            color: var(--primary);
            margin: 0 0 3rem;
            text-align: center;

            @media (max-width: 991px) {
                font-size: 3rem;
            }
        }

        & img {
            width: calc(20% - 1.6rem);
            border-radius: 1rem;
        }
    }
}
