.brand-section--text-with-image {
    margin-bottom: 10.9rem;
}

.brand-section--text-with-image .container {
    /* max-width: 1428px; */
}

.brand-section--text-with-image h2 {
    margin: 0;
    margin-bottom: 2rem;
    color: var(--main-color);
    font-weight: 700;
    font-size: 3.2rem;
}

.brand-section--text-with-image p {
    font-size: 2.4rem;
    line-height: 3.2rem;
}

.brand-section--text-with-image .inner-content {
    display: flex;
    gap: 3rem;
}

.brand-section--text-with-image .inner-content .image-wrapper {
    width: 301px;
    height: 279px;
    flex-shrink: 0;
}

.brand-section--text-with-image .inner-content .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media (max-width: 1024px) {
    .brand-section--text-with-image .inner-content {
        flex-direction: column;
    }
}