* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif !important;
}

main {
    max-width: 1344px;
    margin: 0px auto;
    padding-left: 2em;
    padding-right: 2em;
}

h1,
h2,
h3 {
    color: #077F83 !important;
    line-height: 120% !important;
}

/* Sections Style */

.flex {
    display: flex;
    justify-content: space-between;
}

.hero {
    background-color: #077F83;
    margin-top: 0 !important;
}

.section {
    width: 100%;
    padding: 2.5%;
    margin-top: 2em;
}

.section-content {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-content h1,
h2 {
    width: 80%;
}

.logo-container img {
    width: 40%;
}

.section-image {
    width: 60%;
}

.section-image img {
    width: 100%;
}

.section-content-2 {
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-image-2 {
    width: 30%;
}

.button-cta {
    background-color: #077F83;
    width: 45%;
    padding: 1em;
    margin-left: 55%;
    margin-top: 2em;
    border: none;
}

.button-cta a {
    color: white;
    font-size: 0.9vw;
    text-decoration: none;
}

.section-content-3 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-image-3 {
    width: 45%;
}

.text-content {
    font-size: 0.9vw;
    line-height: 130%;
}

.button-cta-2 {
    background-color: #077F83;
    width: 365px;
    padding: 1em;
    margin-top: 2em;
    border: none;
}

.button-cta-2 a {
    color: white;
    font-size: 0.9vw;
    text-decoration: none;
}

.button-cta-3 {
    background-color: #077F83;
    width: 365px;
    padding: 1em;
    margin-top: 2em;
    margin-left: 35%;
    border: none;
}

.button-cta-3 a {
    color: white;
    font-size: 0.9vw;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.list-section li::before {
    color: #077F83;
    font-size: 1.2vw;
    margin-right: 0.5em;
    vertical-align: top;
}

.list-section li span {
    font-weight: 600 !important;
    font-size: 1.5vw !important;
    color: #077F83;
}

.list-section li {
    font-size: 0.9vw;
    line-height: 150%;
    margin-top: 1.5em;
}

.left-summary {
    width: 50%;
}

.right-summary {
    width: 50%;
}

.button-cta:hover {
    background-color: #077f83e3;
}

.button-cta-2:hover {
    background-color: #077f83e3;
}

.button-cta-3:hover {
    background-color: #077f83e3;
}

.white-text {
    color: #FFFFFF !important;
}

.gray-bg {
    background-color: lightgray;
}

.article-summary {
    width: 90%;
}

/* RESPONSIVE */
@media only screen and (max-width: 1440px) {
    .text-content {
        font-size: 2vw;
        line-height: 130%;
    }

    .button-cta a {
        font-size: 1.5vw;
    }

    .button-cta-2 a {
        font-size: 1.5vw;
    }

    .button-cta-3 a {
        font-size: 1.5vw;
    }

    .list-section li span {
        font-size: 3vw !important;
    }

    .list-section li {
        font-size: 1.5vw;
    }

    .list-section li::before {
        font-size: 2vw;
    }

    .button-cta-3 {
        width: 365px;
    }
}

@media only screen and (max-width: 900px) {
    .flex {
        flex-direction: column;
    }

    .page-title {
        font-size: 6vw;
        text-align: center;
    }

    .section-title {
        font-size: 4vw;
        text-align: center;
    }

    .section-content {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .section-content h1,
    h2 {
        width: 100%;
    }

    .logo-container img {
        width: 100%;
    }

    .section-image {
        width: 100%;
        margin-top: 2em;
        display: none;
    }

    .section-content-2 {
        width: 100%;
        margin-top: 2em;
    }

    .section-image-2 {
        width: 100%;
    }

    .section-content-3 {
        width: 100%;
        margin-top: 2em;
    }

    .section-image-3 {
        width: 100%;
        margin-top: 2em;
    }

    .text-content {
        font-size: 4vw;
        line-height: 130%;
        text-align: center;
        margin-top: 1em;
    }

    .button-cta {
        width: 100%;
        margin-left: 0%;
    }

    .button-cta-2 {
        width: 100%;
    }

    .button-cta a {
        font-size: 3.5vw;
    }

    .button-cta-2 a {
        font-size: 3.5vw;
    }

    .button-cta-3 a {
        font-size: 3.5vw;
    }

    .button-cta-3 a {
        font-size: 3.5vw;
    }

    .button-cta-3 {
        width: 100%;
        margin-left: 0;
    }

    .list-section li span {
        font-size: 5vw !important;
    }

    .list-section li {
        font-size: 3.5vw;
    }

    .left-summary {
        width: 100%;
    }

    .right-summary {
        width: 100%;
    }

    .list-section li::before {
        font-size: 3vw;
    }

    .article-summary {
        padding-bottom: 2em;
    }
}