.lp-hero {
    padding: 72px 0 86px;
}

.lp-hero-description--last {
    margin-bottom: 0;
}

.lp-intro-last {
    margin-top: 18px;
    margin-bottom: 0;
}

.lp-speed-section {
    background: var(--bg-light);
}

.lp-seo-section {
    padding-top: 72px;
    padding-bottom: 72px;
}

.lp-seo-section + .lp-seo-section {
    padding-top: 24px;
}

.lp-features-section .wd-choose-card p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .lp-hero {
        padding: 72px 0;
    }
}

@media (max-width: 480px) {
    .hero-actions {
        width: 100%;
    }

    .hero-actions .btn,
    .hero-actions .wd-btn-outline {
        width: 100%;
        justify-content: center;
    }
}
