﻿header.main_header {
    box-shadow: none !important;
    padding: 0px 0 15px;
}

.section-header {
    background: #4EE6C0;
    border-top: 1px solid #efecec;
}

    .section-header h1 {
        font-family: 'mont-bold' !important;
        margin: 0;
        font-size: 36px;
        line-height: 36px;
        padding: 20px 0;
    }

.error-section {
    padding: 40px 0;
    font-size: 16px;
}

    .error-section a {
        color: #28388e;
        text-decoration: underline;
    }

    .error-section strong {
        font-family: 'mont-bold';
    }

    .error-section h2 {
        font-size: 32px;
        font-weight: 800;
        font-family: 'mont-bold';
        margin: 0 0 27px;
        color: #28388e;
    }

    .error-section ul {
        margin: 10px 0 16px;
    }

        .error-section ul li + li {
            margin-top: 7px;
        }

.FooterMain {
    width: 100%;
}

@media(max-width:767px) {
    .error-section {
        padding: 30px 0;
    }

    .section-header h1 {
        font-size: 28px;
        line-height: 28px;
    }

    .error-section h2 {
        font-size: 26px;
    }
}
