main div:first-child .full-image-section__inner .content-wrapper {
    max-width: 500px;
}

.full-width-content-card-section__inner {
    grid-auto-columns: 100%;
}

.full-width-content-card-section__inner > .content-card > .content-wrapper > .column {
    max-width: 625px;
}

main .bg-secondary {
    background-color: rgba(251, 244, 245, 1);
}