.modular-hero.hero {
    min-height: 100vh;
    position: relative;
}

.modular-hero.hero .container {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter Display', 'Inter', sans-serif;
    font-kerning: none;
    letter-spacing: 0.75px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h3
{
    color: #365F91; 
}

.section {
    padding: 1rem 0;
}

section.modular-text .columns {
  align-items: start;
}

button.theme-toggle, .theme-toggle {
	display: none;
}