.landing-home {
    --gold: #b88c55;
    color: #000;
    background: #fff;
}

.landing-home .first-screen a {
    text-decoration: none;
}

.landing-home .first-screen p {
    margin-top: 0;
}

.landing-home .first-screen__title {
    margin-top: 0;
}

@media (min-width: 1025px) {
    .landing-home .first-screen__info {
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .landing-home .first-screen__phone {
        color: #000 !important;
    }

    .landing-home .first-screen__phone::before {
        display: none;
    }

    .landing-home .first-screen__phone-label {
        display: inline-flex;
        color: #000;
        font-size: 12px;
    }

    .landing-home .first-screen .first-screen__preheader {
        margin-top: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .landing-home *,
    .landing-home *::before,
    .landing-home *::after {
        animation: none !important;
        scroll-behavior: auto !important;
    }
}
