.at-heroBanner {
    overflow: hidden;
    background: #37b43e;
}

.at-heroBanner--backgroundImage {
    position: relative;
    background: #EBECEC no-repeat center bottom / cover;
}

.at-heroBanner--backgroundLayer:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    background: linear-gradient(110deg, rgba(0, 0, 0, 0.5) 30%, transparent);
}

@media (max-width: 675px) {
    .at-heroBanner--backgroundLayer:before {
        background: rgba(0, 0, 0, 0.5);
    }
}

.at-heroBanner__inner {
    position: relative;
    padding: 4em 0.5em;
    z-index: 1;
}

.at-heroBanner__content {
    margin: 0 auto;
    max-width: 70%;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6;
}

html[lang="he"] .at-heroBanner__content {
    text-align: center;
}

.at-heroBanner__text {
    margin-bottom: 2.8em;
}

.at-heroBanner__title {
    margin-bottom: 0.3em;
    font-size: 1.7em;
    font-weight: 400;
    color: #0BA1E1;
}

@media (min-width: 500px) {
    .at-heroBanner__title {
        font-size: 2em;
    }
}

@media (min-width: 850px) {
    .at-heroBanner__title {
        font-size: 2.5em;
    }
}

.at-heroBanner__button {
    display: block;
}

@media (min-width: 500px) {
    .at-heroBanner__button {
        display: inline-block;
    }
}