.cta-3 {
    padding: 10rem 0;
    background-color: #040404;
}

.cta-3 .cta-3__title {
    margin-bottom: 0;
}

.cta-3 .cta-3__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.cta-3 .cta-3__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5rem;
}

body[data-background="white"] .cta-3 {
    background-color: #040404;
}

body[data-background="white"] .cta-3 .title {
    color: #fff;
}

/* media queries START */
@media (max-width: 1024.9px) {
    .cta-3 .cta-3__content {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* media queries END */