﻿h2 {
    font-size: 40px;
    line-height: 47px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

h3 {
    font-size: 32px;
    line-height: 38px;
    color: #006940;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 3px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

hr {
    border: 0;
    border-bottom: 2px solid #0E6940;
    margin: 0px 0px 24px;
}

.banner {
    padding: 80px 0px;
}

    .banner .page_subtitle_large {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        color: white;
        margin-bottom: 8px;
    }

    .banner .page_subtitle {
        font-size: 18px;
        line-height: 24px;
    }

.area-breadcrumbs {
    margin-bottom: 36px;
}

.page-section {
    margin-bottom: 64px;
}

    .page-section ul {
        margin-bottom: 0px;
        padding-inline-start: 20px;
        list-style: none;
        font-size: 16px;
        line-height: 19px;
    }

        .page-section ul li:not(:last-child) {
            margin-bottom: 16px;
        }

        .page-section ul li::before {
            content: "\2022";
            color: #0E6940;
            font-weight: bold;
            display: inline-block;
            width: 20px;
            margin-left: -20px;
            font-size: 19px;
            line-height: 19px;
        }

.content {
    font-size: 16px;
    line-height: 19px;
}

    .content p {
        margin-bottom: 12px;
    }

#how-we-can-help .detail-item {
    box-shadow: 0px 0px 6px #0000004D;
    margin-top: 80px;
    padding: 64px 24px 36px;
    min-height: 316px;
}

    #how-we-can-help .detail-item .title-container {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    #how-we-can-help .detail-item .image-container {
        margin-top: -112px;
        text-align: center;
        position: absolute;
        width: calc(100% - 78px);
    }

#contact-us .content {
    box-shadow: 0px 0px 6px #0000004D;
    padding: 60px 48px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #how-we-can-help .detail-item {
        min-height: 350px;
    }
}

@media (max-width: 767px) {
    .left-col {
        margin-bottom: 24px;
    }

    #how-we-can-help .detail-item {
        min-height: auto;
    }

    #contact-us .content {
        padding: 48px 24px;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .banner {
        padding: 48px 0px 72px;
    }

        .banner .page_subtitle_large {
            font-size: 16px;
            line-height: 22px;
            font-weight: normal;
        }

        .banner .page_subtitle {
            font-size: 20px;
            line-height: 28px;
            font-weight: normal;
        }
}
