.energy-bubbles {
    min-height: 250px;
    padding: 0;
}

.energy-bubbles embed {
    float: right;
}

.energy-hero-body-heading h1 {
    font-family: 'Adieu-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: var(--blue);
}

.energy-hero-body-content p {
    font-family: 'AvenirNext LT Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #2B2B2B;
}

.energy-hero-body-content {
    padding-top: 35px;
}

.energy-hero-body-content a {
    color: var(--orange);
    text-decoration: none;
}

@media only screen and (min-width: 992px) {
    .energy-hero-heading h1 {
        font-family: 'Adieu-Regular';
        font-style: normal;
        font-weight: normal;
        font-size: 60px;
        line-height: 70px;
        /* or 117% */
        text-transform: uppercase;
        color: var(--blue);
    }
    .energy-hero-body-content p {
        font-family: 'AvenirNext LT Pro';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #2B2B2B;
    }
    .energy-bubbles {
        max-height: 370px;
    }
    .energy-bubbles embed {
        width: 30%;
    }
    /* .energy-hero-body-content {
        padding-left: 60%;
    } */
}