.hero {
    background-image: url("../../images/heroes/lines-en.webp");
    background-repeat: no-repeat;
    background-size: 99.5% 100%;
    background-position: center;
    padding-bottom: 10rem;
}

.hero-container {
    padding-top: 2rem;
}

.hero-title {
    font-size: 3.5rem;
    text-transform: capitalize;
}

.hero-box {
    position: absolute;
    right: 4.75rem;
    background-image: url("../../images/backgrounds/tem-gray.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 77%;
}
.search-box {
    position: absolute;
    right: 0;
    top: 8px;
}
/*------------- max ---------------*/
@media (max-width: 992px) {
    .hero-box {
        right: 0;
    }

    .hero-box:before {
        left: -6.5rem;
        top: 2rem;
        width: 75px;
        height: 6px;
    }
}

@media (max-width: 768px) {
    .hero-box:before {
        left: -3.7rem;
        width: 50px;
        height: 5px;
        top: 1.5rem;
    }
}

@media (max-width: 575px) {
    .hero {
        padding-bottom: 12rem;
    }

    .hero-container {
        padding-top: 2rem;
    }

    .hero-box:before {
        left: -3.2rem;
        top: 1.1rem;
        width: 40px;
        height: 4px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-box {
        width: 85%;
        /*margin-top: 0 !important;*/
    }
}

@media (max-width: 524px) {
    .hero {
        padding-bottom: 11rem;
    }

    .hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 470px) {
    .hero-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 424px) {
    .hero {
        padding-bottom: 7rem;
    }

    .hero-box {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
    }

    .hero-box:before {
        left: -2.5rem;
        top: 1.1rem;
        width: 30px;
        height: 4px;
    }

    .hero-title {
        font-size: 2.4rem;
        padding: 0 1rem 0 1rem !important;
    }
}

@media (max-width: 395px) {
    .hero-title {
        font-size: 2.2rem;
        padding: 0 1rem 0 1rem !important;
    }
}

@media (max-width: 375px) {
    .hero-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 320px) {
    .hero-title {
        font-size: 1.5rem;
    }
}

/*------------- min ---------------*/
@media (min-width: 576px) {
    .hero-box {
        width: 85%;
    }

    .hero-title {
        font-size: 3.4rem;
    }
}

@media (min-width: 768px) {
    .hero-box {
        width: 80%;
    }

    .hero-title {
        font-size: 4.5rem;
    }
}

@media (min-width: 992px) {
    .hero-box {
        width: 79%;
    }
    .hero-container {
        padding-top: 9rem;
    }
    .hero-title {
        font-size: 4.68rem;
    }
}

@media (min-width: 1200px) {
    .hero-box {
        width: 76%;
    }
}

@media (min-width: 1400px) {
    .hero-box {
        width: 79%;
    }
}