:root {
    /* Variables déclarées dans Elementor :
       --background
       --color-blue
       --gold
       --white
       --titles
    */
}

/* Base */

.mg-section {
    position: relative;
}

.mg-title {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--white);
}

.mg-title span {
    color: var(--gold);
}

.mg-text {
    color: var(--white);
}

@media (max-width: 1042px) {
    .mg-title {
        font-size: 56px;
        line-height: 56px;
    }
}

@media (max-width: 767px) {
    .mg-title {
        font-size: 33px;
        line-height: 33px;
    }
}
