.flex-content.banner {
    padding: 6rem 0;
    min-height: 550px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
body.home .flex-content.banner {
    padding: 8rem 0;
    min-height: 700px;
}

.flex-content.banner h1.main-title {
    font-size: clamp(2rem, 0.9362rem + 3.4043vw, 4rem);
}

.flex-content.banner .ctas {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem 0 0;
    margin: 0;
}


.flex-content.banner .overlay {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.flex-content.flex-content-1 .main-title,
.flex-content.flex-content-1 .text {
    color: var(--dark) !important;
}