
.hero-overlay .message span {
    background-color: rgba(83, 96, 95, 0.8);
}

.hero-overlay .message .secondary {
    line-height: 35px;
}

.hero-overlay .message {
    border-left: 10px solid rgba(83, 96, 95, 0.8);
    margin-top: -40px !important;
    max-width: 590px;
    line-height: 32px;
    right: 25px;
    font-size: 30px;
}

@media (max-width: 1170px) {
    .hero-overlay .message {
        right: 0;
        font-size: 20px;
        line-height: 22px;
        max-width: 565px;
        margin-top: -6px !important;
    }
}

@media (max-width: 959px) and (min-width: 768px) {
    .hero-overlay .message {
        left: auto;
    }
}

@media (max-width: 945px) and (min-width: 935px) {
    .hero-overlay .message {
        font-size: 14px;
        line-height: 18px;
        max-width: 260px;
        margin-top: 1px !important;
    }

    .hero-overlay .message .secondary {
        line-height: 25px;
    }
}

@media (max-width: 935px) and  (min-width: 768px) {
    .hero-overlay .message {
        font-size: 13px;
        line-height: 16px;
        max-width: 410px;
        margin-top: 14px !important;
    }

    .hero-overlay .message span {
        padding-right: 5px;
    }

}

@media (max-width: 800px) and  (min-width: 768px) {
    .hero-overlay .message {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .hero-overlay .message span {
        background-color: transparent;
    }

    .hero-overlay .message {
        top: 7%;
        font-size: 14px;
        line-height: 14px;
        border: 0;
        margin-top: 0 !important;
        max-width: 100%;
    }
}