﻿:root {
    --bg-box: #fefaf3;
    --bg-site: #f5b198;
    --color-theme: #d38985;
}

header {
    background: rgba(254, 250, 243, 1);
}

footer .logo-footer img {
    padding: 0px;
}

.header-desktop-phones:hover a {
    background: var(--bg-site);
    border-color: var(--bg-site);
    color: var(--color-box-text);
}

.menu-desktop .list-inline > li:hover, .menu-desktop .list-inline > li.active {
    background: var(--color-theme);
}

.menu-desktop .list-inline > li:hover > a, .menu-desktop .list-inline > li.active > a {
    color: var(--color-white);
}

@media (max-width: 1199px) {
    .about-us h2 {
        font-size: 30px;
    }
    .about-us p {
        line-height: 28px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .about-us h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .about-us p {
        line-height: 30px;
        font-size: 15px;
    }
}