.at-introText {
    margin-bottom: 3em;
    text-align: center;
}

.at-introText--swooshLayer {
    position: relative;
}

.at-introText--swooshLayer::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    background-image: url('overlay.svg');
    background-repeat: no-repeat;
    background-size: 1440px;
    background-position: center;
}

.at-introText__container {
    position: relative;
    max-width: 40em;
    margin: 0 auto;
}

.at-introText__title {
    margin-top: 0;
}

.at-introText--yellow .at-introText__title,
.at-introText--green .at-introText__title {
    color: #fff;
    text-shadow: 0 0 3px #676767;
}

.at-introText--yellow {
    padding: 4em 0;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #676767;
    background: #fdb92f;
}

.at-introText--green {
    padding: 4em 0;
    color: #fff;
    text-shadow: 0 0 3px #676767;
    background: rgb(16,85,64);
    background: linear-gradient(330deg, rgba(16,85,64,1) 0%, rgba(25,126,96,1) 100%);
}


.at-introText--yellow .at-introText__button,
.at-introText--green .at-introText__button {
    text-shadow: none;
    border: 2px solid #fff;
    background-color: transparent;
}

.at-introText--yellow .at-introText__button:hover,
.at-introText--green .at-introText__button:hover {
    color: #105540;
    background-color: #fff;
}
