@media(min-width:200px) and (max-width:480.98px) {
    .absolute-heroes {
        top: 6rem;
    }

    .hero-title h2 {
        font-size: 22px;
        margin: 0 1rem;
    }

    .hero-title h3 {
        font-size: 15px;
    }

    .hero-section {
        max-height: 650px;
        min-height: 650px;
        height: 100%;
    }

    .hero-sliders-wrap {
        margin-top: 2rem;
    }

    .title-tmp h2 {
        font-size: 28px;
    }

    .about-contain img {
        margin-bottom: 2.5rem;
    }

    .ut-footer__grid {
        grid-template-columns: 1fr;
    }

    .ut-footer {
        text-align: center;
    }

    .ut-footer__bottom {
        text-align: center;
        display: block;
    }

    .ut-footer__legal,
    .ut-footer__social {
        display: flex;
        justify-content: center;
    }

    .title-tmp {
        margin-bottom: 2.5rem;
    }
}

@media(min-width:481px) and (max-width:575.98px) {
    .absolute-heroes {
        top: 6rem;
    }

    .hero-title h2 {
        font-size: 26px;
        margin: 0 1rem;
    }

    .hero-title h3 {
        font-size: 15px;
    }

    .hero-section {
        max-height: 650px;
        min-height: 650px;
        height: 100%;
    }

    .title-tmp h2 {
        font-size: 28px;
    }

    .about-contain img {
        margin-bottom: 2.5rem;
    }

    .ut-footer__grid {
        grid-template-columns: 1fr;
    }

    .ut-footer {
        text-align: center;
    }

    .ut-footer__bottom {
        text-align: center;
        display: block;
    }

    .ut-footer__legal,
    .ut-footer__social {
        display: flex;
        justify-content: center;
    }

    .title-tmp {
        margin-bottom: 2.5rem;
    }
}