:root {
    --color-link: #1B98E0;
    --color-btn: #fed500;
    --color-btn-txt: #1e3752;
    --color-text: #1e3752;
    --color-text-white: #FFFFFF;
    --color-title: #1e3752;
    --color-bg-1: #fff;
    --color-bg-2: #818f9e;
    --color-bg-3: #1e3752;
    --color-red: #ff6b6b;
    --font-title: Playfair Display;
    --font-text: Lato;
}


.section-footer .content-footer,
.section-footer .bottom-footer,
.section-footer .footer-copyright {
    background-color: #f3f5f6;
}