.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-a08f936:#000000;--e-global-color-5d68b80:#E83E39;--e-global-color-ff3bcca:#FFE000;--e-global-color-bcf0c0a:#F6F7F9;--e-global-color-228bbfc:#FFE100;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */[id]{ scroll-margin-top:110px; }  /* regola 110px all’altezza del tuo header */

/* ============================
   Mission & Promise Box
   ============================ */
.mission-promise-box {
    text-align: center; /* Center all content */
    max-width: 800px; /* Limit width for readability */
    margin: 0 auto 40px auto; /* Center horizontally + spacing below */
    padding: 10px 20px; /* Inner spacing */
}

/* Title styling */
.mission-promise-box .mission-title {
    font-size: 32px; /* Big and impactful */
    font-weight: 700; /* Bold title */
    color: #222; /* Dark grey for readability */
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Subtitle styling */
.mission-promise-box .mission-subtitle {
    font-size: 18px;
    color: #555; /* Softer grey for contrast */
    line-height: 1.6;
    margin: 0 auto;
    max-width: 700px; /* Keep text contained */
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .mission-promise-box .mission-title {
        font-size: 26px;
    }
    .mission-promise-box .mission-subtitle {
        font-size: 16px;
    }
}/* End custom CSS */