.hero-block.items-center {
    align-items: flex-end;
}

.hero-block__content {
    padding-bottom: 55rem;
}

.hero-block .hero-block__tagline {
    max-width: none;
    margin-bottom: 18rem;

    color: #fff7e8;
    font-size: 18rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

@media (min-width: 769px) {
    .hero-block__content {
        padding-bottom: 80rem;
    }

    .hero-block .hero-block__tagline {
        margin-bottom: 22rem;
        font-size: 20rem;
    }
}

@media (min-width: 1440px) {
    .hero-block__content {
        padding-bottom: 100rem;
    }

    .hero-block .hero-block__tagline {
        font-size: 22rem;
    }
}
@media (max-width: 768px) {
    .hero-block .hero-block__description {
        display: none;
    }
}