.pdf-button {
    padding: .46em 1.2em;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .pdf-button {
        display: none;
    }
}
.hero__link {
    text-align: center;
    margin-bottom: 2.5rem;
}
.hero__link--mobile {
    display: none;
}
.hero__link a{
    color: #cccccc;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}
@media (max-width: 768px) {
    .hero__button {
        margin-bottom: 2rem;
    }
    .hero__link--mobile {
        display: block;
    }
}


.header__logo-block--mobile {
    display: none;
    align-items: center;
    gap: 2rem;
}
.header__gift-button--mobile {
    flex-shrink: 0;
}
@media (max-width: 580px) {
    .header__logo-block--mobile {
        display: flex;
    }
    .header__logo:not(.header__logo--mobile) {
        display: none;
    }
    .header__gift-button--desktop {
        display: none;
    }
}

