#fw-section-hero-48522a35-99ae-4791-ae91-1ffa8e3c735b {

.section-hero .hero__content,
.hero__content {
    margin-top: -60px !important;  /* moves both heading and description up */
    padding-top: 0 !important;
}

/* Optional: move only the heading further */
.hero__title {
    margin-top: -20px !important;
}/* Add a subtle shadow to the hero heading */
.hero__title {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35) !important;
}.section-hero * {
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.55) !important;
}
}