.u-section-1 .u-sheet-1 {
  min-height: 2018px;
}

.u-section-1 .u-custom-html-1 {
  margin-bottom: 42px;
  height: auto;
  min-height: 1978px;
  margin-top: -2px;
}/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');
/* Apply font to the whole page */
body {
    font-family: 'Inter', Arial, sans-serif;
}
/* Responsive adjustments for mobile */
@media screen and (max-width: 600px) {
    .mobile-padding {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .hero-title {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}