.main-menu li {
    list-style: none;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.main-menu li a {
    color: white;
    text-decoration: none;
}

.page-header__logo a img {
    height: 50px;
}

.page-header_3 {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.page-header_3 .link-active {
    color: white !important;
    padding-bottom: 1rem;
    border-bottom: 2px solid white;
}

.page-header_3.page-header--fixed .link-active {
    color: #003d90 !important;
    padding-bottom: 1rem;
    border-bottom: 2px solid #003d90;
}

.page-header_3.page-header--fixed .main-menu-link {
    color: black;
    text-decoration: none;
}

.page-header_3.page-header--fixed .main-menu-link:hover {
    color: #003d90;
}

.logos-slider__item img {
    filter: grayscale(100%);
}

.logos-slider__item:hover img {
    filter: grayscale(0%);
}

#services {
    margin-bottom: 80px;
}

#services .flip-card-back h3 {
    letter-spacing: 0em !important;
    font-size: 0.9rem;
    color: rgb(24, 24, 24);
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 1rem;
}

.flip-card {
    background-color: transparent;
    width: 300px;
    height: 320px;
    perspective: 1000px;
    padding-bottom: 1.5rem;
}

.flip-card:nth-of-type(4),
.flip-card:nth-of-type(5),
.flip-card:nth-of-type(6) {
    margin-top: 3rem;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    width: 100%;
}

.flip-card-back {
    transform: rotateY(180deg);
    background-color: #f8fafa;
    padding-top: 2rem;
    border: 1px solid #f0f1f1;
    padding: 1rem;
}

.flip-card-back p {
    text-align: left;
}

.flip-card-back p:first-of-type {
    margin-bottom: 0.2rem !important;
}

.flip-card-back ul {
    list-style: none;
}

.flip-card-back ul i {
    color: #003d90;
}

#brands {
    padding-top: 5rem;
    padding-bottom: 6rem;
}

#policy-3 h3 {
    padding-bottom: 1rem;
    border-bottom: 5px solid #00997d;
    align-self: baseline;
    color: white;
}
#policy-3 p {
    color: white;
    padding-left: 2rem;
}

#policy-3 {
    padding-top: 8rem;
    padding-bottom: 5rem;
}

.contact-form__title {
    font-size: 1.9rem;
    padding-top: 2rem;
}

.page-footer__logo img {
    height: 80px;
    max-width: auto;
}

.img-temperature {
    background-image: url(../img/landing/temperature.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    padding: 10px;
    background-position: center;
}

.img-humidity {
    background-image: url(../img/landing/humidity.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    padding: 10px;
    background-position: center;
    margin-left: 3px;
}

@media screen and (max-width: 1200px) {
    .flip-card {
        margin-top: 2rem;
    }
    #policy-3 h3 {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 992px) {
    #policy-3 p {
        padding-left: 0rem;
    }

    #policy-3 h3 {
        font-size: 32px;
    }

    .img-404 {
        display: none;
    }

    .error-section {
        background-image: url(../img/landing/404-mobile.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .text-404 {
        width: 100%;
        position: relative;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    .text-404 .heading__pre-title {
        margin-bottom: 0.5rem;
    }

    .text-404 h1 {
        font-size: 1.7rem;
    }

    .text-404 br {
        display: none;
    }

    .text-404 a {
        margin-top: 1rem !important;
    }
}

@media screen and (max-width: 767px) {
    .flip-card:nth-of-type(3),
    .flip-card:nth-of-type(4),
    .flip-card:nth-of-type(5),
    .flip-card:nth-of-type(6) {
        margin-top: 5rem;
    }
}

@media screen and (max-width: 572px) {
    .flip-card:nth-of-type(3),
    .flip-card:nth-of-type(4),
    .flip-card:nth-of-type(5),
    .flip-card:nth-of-type(6) {
        margin-top: 2rem;
    }

    #policy-3 h3 {
        margin-left: 3% !important;
        margin-right: 3% !important;
    }

    #policy-3 p {
        padding-left: 3%;
    }
    .text-404 {
        top: 120px;
    }
}
