.container {
    max-width: 962px;
}

body {
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 300;
}

.bg-primary{
    background-color: #69a112 !important;
}

.text-primary {
    color: #12588d !important;
}

.text-secondary {
    color: #69a112 !important;
}

strong {
    font-weight: 700;
}

.rounded {
    border-radius: 20px !important;
}

.btn {
    border: 0;
    border-radius: 10px !important;
    font-weight: 800;
    background-color: #12588d;
    color: #ffffff;
}

input {
    border: 0 !important;
    padding: 14px !important;
    border-radius: 10px !important;
}

hr {
    background-color: #e9ab00;
    height: 4px !important;
    opacity: 1;
}

.hero {
    background-image: url("images/hero-bg.png");
    background-size: cover;
    font-size: 3rem;
    line-height: 3.7rem;
    padding: 25px 45px;
    background-repeat: no-repeat;
    border-radius: 0 0 25px 25px;
}

@media (max-width: 992px) {
    .hero {
        font-size: 2rem;
        line-height: 2.25rem;
        text-align: center;
        background-position: center;
    }
    body {
        text-align: center;
    }
}