.section {
    padding: 72px 64px;
    position: relative;
}

.breadcrumb-container + .section {
    padding-top: 48px;
}

.section-has-image {
    padding-bottom: 6.7rem;
}

.section-background-image {
    position: absolute;
    top: 4.5rem;
    right: 0;
    left: auto;
    width: 100%;
    z-index: -1;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .section {
        padding: 32px 32px;
    }

    .breadcrumb-container + .section {
        padding-top: 32px;
    }
}

@media (max-width: 639px) {
    .section {
        padding: 16px 16px;
    }

    .breadcrumb-container + .section {
        padding-top: 24px;
    }
}