
h2 {
    font-size: 40px;
    font-weight: bold;
}

h3 {
    font-size: 32px;
    font-weight: bold;
}

.survey-management p, .survey-management div, .survey-management ul {
    font-size: 16px;
    line-height: 19px;
}

.text-green {
    color: #006940;
}

.link:link,
.link:active,
.link:visited {
    color: #006940 !important;
    text-decoration: underline;
}

.hero-banner {
    background-color: #1c6835;
    background-image: url(/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/banner-background.svg);
    background-position-x: center;
    background-position-y: bottom;
    background-size: cover;
    text-align: left;
    padding: 95px 0;
}

    .hero-banner .container-outer {
        height: 100%;
        display: flex;
    }

    .hero-banner .container-inner {
        margin: auto 0;
    }

    .hero-banner h1 {
        font-size: 55px;
        color: #fff;
        --margin-top: 64px;
    }

    .hero-banner h2 {
        font-size: 20px;
        line-height: 24px;
        font-weight: normal;
        color: #fff;
        margin-bottom: 0;
    }

    .hero-banner .link:link,
    .hero-banner .link:active,
    .hero-banner .link:visited {
        color: #fff !important;
        text-decoration: underline;
    }



.comp-mgmt-section {
    margin-top: 45px;
    text-align: center;
    display: flex;
}

    .comp-mgmt-section .left-column {
        flex-grow: 1;
        background: url('/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/Left_Triangle_DT.svg') left no-repeat;
        background-size: contain;
        background-position: -32px bottom;
    }

    .comp-mgmt-section .right-column {
        flex-grow: 1;
        background: url('/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/Right_Triangle_DT.svg') right no-repeat;
        background-size: contain;
        background-position: calc(100% + 32px) bottom;
    }

    .comp-mgmt-section .container {
        position: relative;
    }


    .comp-mgmt-section p {
        font-size: 16px;
    }

    .comp-mgmt-section h3.note {
        margin: 65px auto;
        max-width: 880px;
    }


.comp-mgmt-why-section {
    margin-top: 45px;
    text-align: left;
    display: flex;
}

    .comp-mgmt-why-section .left-column {
        flex-grow: 1;
        background: url('/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/Rectangle_Background_Left_DT.svg') left no-repeat;
        background-size: contain;
    }

    .comp-mgmt-why-section .right-column {
        flex-grow: 1;
        background: url('/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/Rectangle_Background_Right_DT.svg') right no-repeat;
        background-size: contain;
    }

    .comp-mgmt-why-section .center-column {
        position: relative;
        min-height: 380px;
        padding: 112px;
    }

    .comp-mgmt-why-section .description {
        margin-bottom: 64px;
    }

    .comp-mgmt-why-section h4 {
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        border-bottom: 4px solid #27AE60;
        margin-bottom: 16px;
    }

.comp-mgmt-diff-section {
    margin-bottom: 75px;
    margin-top: 45px;
}

    .comp-mgmt-diff-section .content {
        display: flex;
    }


@media(max-width: 767px) {
    .hero-banner .container-outer {
        padding-bottom: 24px;
    }

    .comp-mgmt-diff-section .content {
        flex-direction: column;
    }

    .comp-mgmt-why-section .problem-content {
        margin-bottom: 32px;
    }

    .comp-mgmt-diff-section .description {
        margin-bottom: 24px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .hero-banner {
        padding: 48px 0px 64px;
    }

        .hero-banner h1 {
            font-size: 40px;
            line-height: 47px;
            text-shadow: 0px 0px 8px #1C1C1C84;
            padding: 0px 0px 12px 0px;
            margin: 0;
        }

        .hero-banner h2 {
            font-size: 16px;
            line-height: 20px;
        }

    .comp-mgmt-section p {
        margin-bottom: 16px;
    }

    .comp-mgmt-section h3.note {
        font-size: 18px;
        line-height: 21px;
        margin: 32px 0px 4px;
    }

    .comp-mgmt-why-section .center-column {
        padding: 0 15px;
    }
}
