body {
    max-width: 100%;
    box-shadow: none;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 970px;
}
.l-hero.l-hero-1 .col-cta, 
.l-hero.l-hero-1 .col-image, 
.l-hero.l-hero-3 .col-cta, 
.l-hero.l-hero-3 .col-image, 
.l-hero.l-hero-phone1 .col-cta, 
.l-hero.l-hero-phone1 .col-image {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
.main-wrapper .main-text-wrapper {
    margin: 0 !important;
}
.nav-breadcrumb .container-custom {
    max-width: 970px;
    margin: 0 auto;
}
.nav-breadcrumb .container-custom ol.breadcrumb {
    padding: 0 20px;
}

/* HERO HEADER */
header + .l-hero.l-hero-1,
header + .l-hero.l-hero-3 {
    margin-top: 0;
}
header + .l-hero.l-hero-1 .hero-wrapper,
header + .l-hero.l-hero-3 .hero-wrapper {
    background: -webkit-linear-gradient(top, #dbecfd, #f7f5f1);
    background: linear-gradient(to bottom, #dbecfd, #f7f5f1);
    border-bottom: 1px solid #e5e7eb;
}
header + .l-hero.l-hero-1 .hero-wrapper .hero-gradient,
header + .l-hero.l-hero-3 .hero-wrapper .hero-gradient {
    padding-right: 0;
}

/* HERO FOOTER*/
.l-hero.l-hero-1:has(+ footer),
.l-hero.l-hero-3:has(+ footer) {
    margin-top: 40px;
}
.l-hero.l-hero-1:has(+ footer) .hero-wrapper,
.l-hero.l-hero-3:has(+ footer) .hero-wrapper {
    background: #3A3A3A;
}
.l-hero.l-hero-1:has(+ footer) .hero-gradient, 
.l-hero.l-hero-3:has(+ footer) .hero-gradient {
    min-height: auto;
    background: none;
    padding: 40px 10px;
}
.l-hero.l-hero-1:has(+ footer) .hero-content--title, 
.l-hero.l-hero-3:has(+ footer) .hero-content--title {
    color: #FFFFFF;
}