body .gem-button {
    font-weight: 900;
}

.message-text {
    display: none;
    padding: .5em;
    background: rgb(0 89 76 / .05);
    border: 4px solid #00594c;
    font-weight: bold;
    font-size: 1.1em;;
}

.survey-button > a {
    margin: 10px 0;
}

.survey-button > a:focus {
    color: #ffffff;
}

.survey-button > a:hover {
    opacity: .9;
    filter: saturate(1.25);
}

.survey-button > a {
    transition: .2s all;
}

.block-title {
    opacity: 1;
}

.block-title.section-title {
    opacity: .8;
    font-size: 3.5em;
}

.title-intro {
    font-weight: 100;
    font-size: 67%;
    margin-right: -8px;
}

.stat-section {
    color: white;
}

.stat-title {
    font-weight: 900;
    font-size: 2em;
}

.figure-icon img {
    max-height: 4em;
    width: auto;
}

@media screen and (max-width: 767px) {
    .stat-section {
        text-align: center;
    }
    .section-title {
        margin-bottom: 1em !important;
    }
   .stat-section .figure-icon {
        text-align: center !important;
    }
}

.second-column-bg {
    background: url(https://www.cleanairday.org/wp-content/uploads/2019/04/triangles-green-bg.png?id=26501);
    box-shadow: 0 -11px 8px -6px rgba(0,0,0,.3) inset;
}

@media screen and (min-width: 768px) {
    .second-column-bg {
        position: absolute;
        left: 50%;
        height: 100%;
        width: 50%;
        box-shadow: 0 -11px 8px -6px rgba(0,0,0,.3) inset, 0 11px 8px -6px rgba(0,0,0,0.3) inset
    }
}

.has-background-image {
  background: linear-gradient(to top, white 0%, transparent 60%), url('https://www.cleanairday.org/wp-content/uploads/2019/05/people-biking-walking.jpg') no-repeat !important;
  background-size: cover !important;
}