body {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: var(--body-color)
}

/* --- Colors --- */
:root {
    --bg-footer: #020511;
    --text-footer: #ffffff;
    --accent: #ff4153;
    --main: #65bafb;
    --main-light: #eef9ff;
    --main-dark: #0F63A2;
    --body-color: #212529;
    --cta-green: #2E6110;
    --cta-green-dark: #1C4206;
    --grey: #ced4da;
    --grey-dark: #555;
    --grey-light: #f8f9fa;
}

.btn-main {
    background-color: var(--main);
    color: white;
}
.btn-main:hover {
    background-color: var(--main-dark);
    color: white !important;
}
.btn-dark:hover {
    color: #fff !important;
}
.offer--deals__title>h2 {
    margin-bottom: 35px
}
.offer--deals__title>p, .offer--deals__title>h2  {color: #fff}