.container {
    width: min(92%, var(--container-width));
    margin-inline: auto;
}

.section {
    padding: 110px 0;
}

.text-center {
    text-align: center;
}

.text-white {
    color: var(--color-white);
}

.bg-white {
    background: var(--color-white);
}

.bg-light {
    background: var(--color-light);
}

