.ee-banner {
    position: relative;
    /* min-height: 320px; */
    min-height: 240px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 0 0 240px 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ee-banner h1,
.ee-banner p {
    color: white !important;
    text-align: center;
}

.ee-banner h1 {
    font-size: 4.5rem;
}

.ee-banner p {
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 1rem;
    font-size: 1.25rem;
}

@media (max-width: 750px) {
    .ee-banner {
        min-height: 200px;
        border-radius: 0 0 80px 80px;
    }

    .ee-banner h1 {
        font-size: 2.25rem;
        margin: 13px;
    }

    .ee-banner p {
        /* max-width: 290px; */
        padding: 0 16px 40px 16px;
    }
}