/* --- Colors --- */

:root {
    --main: #ee6c4d;
    --main-light: #e99f8d;
    --main-dark: #c85337;
    --cookie: #222;
    --link-footer: #c9cbcf;
    --bg-banner: linear-gradient(96.26deg, #70C0B5 0%, #81BE9F 101.22%);
    --bs-link-color-rgb: white;
    --bs-link-hover-color-rgb: var(--main)!important;
}
.footer-menu h4 img {
    width: 200px!important;
}
.time-area {
    background: #fff;
    padding: 3rem 0 3rem 3rem;
}