.bg-hero {
  background-color: #00b9a9;
}

.section-hero {
    padding: 2.5rem 1rem 4rem 2rem;
    text-align: left;
    padding-bottom: 3rem;
        margin-bottom: 2.3rem;
}

.section-hero img.hero-bg-image {
    width: 90vw;
    max-width: 600px;
    height: auto;
    position: relative;
    top: -2.7rem;
}

h1.data70 {
    font-size: 6.5rem;
    font-family: Data70, sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    text-shadow: 2px 2px 6px azure;
    text-align: left;
}

.section-hero-logo {
    position: relative;
    z-index: 10;
    margin-top: -6rem;
    right: -16rem;
}


.hero-description-content {
    margin-top: 3rem;
}

.hero-description-content p {
    font-size: 1.2rem !important;
    line-height: 1.3;
}


@media (max-width: 768px) {
    .section-hero-logo {
        position: absolute;
        z-index: 8;
        top: 8rem;
        right: 2rem;
    }

    h1.data70 {
        text-align: center;
        line-height: 0.9;
    }

    .hero-description-content {
        margin-top: 0;
    }

}