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

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

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

.wd-ecom-intro--small {
    margin-bottom: 14px;
}

.wd-what-intro--last {
    margin-bottom: 0;
}

.sd-section-intro {
    color: var(--text-light);
    font-size: 1rem;
    line-height: 1.74;
    margin-top: 14px;
}

.sd-tech-section {
    background: var(--bg-light);
}

.sd-tech-list h3 {
    margin-bottom: 4px;
}

.sd-tech-list p {
    margin-bottom: 0;
}

.sd-section-cta {
    margin-top: 34px;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    .sd-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;
    }
}
