@media screen and (max-width: 750px) {

    .hero-carousel,
    .hero-carousel__container,
    .hero-carousel__container__item {
        height: 500px;
    }

    .section-header {
        padding-top: 4rem;
    }

    .logo2 a {
        justify-content: end;
    }
}

.nav-phone {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 10px;
    color: #fff !important;
    align-items: center;
}

.nav-phone a {
    display: flex;
    transition: .5s all;
}

.nav-phone a:hover {
    color: #d50000 !important;
}

@media screen and (max-width: 1370px) {

    .navigation {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 500px) {
    .nav-phone {
        width: 75%;
    }
}