.hero-image img {
    width: auto;
    height: 600px;
    float: right;
}

.hero-image {
    background-color: #f0f0f0;
}

.hero-text-container {
    background-color: #f0f0f0;
    color: #004744;
    height: 600px;
    max-height: 600px;
    padding: 70px 40px;
}

.hero-text {
    line-height: 1.1;
    font-size: 3em;
    font-weight: bold;
}

.hero-p {

}

.hero-cta {
    border: 2px solid #c63b4e;
    border-radius: 3px;

}

.hero-cta:hover {
    background-color: transparent !important;
    border: 3px solid #c63b4e;

}
@media (min-width: 1400px) {
    .hero-text-container {
        background-color: #f0f0f0;
        height: 600px;
        padding: 100px 50px;
        overflow: hidden;

    }

}


@media (max-width: 993px) {
    .hero-text-container {
        background-color: #f0f0f0;
        height: 450px;
        padding: 20px 10px;
        overflow: hidden;

    }

    .hero-image img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .hero-text {

        line-height: 1.05;
        font-size: 2.6em;
        font-weight: bold;
    }
}