.plain-hero .title-contain {
    padding-top: 45px;
}

.page-template-plain-template .wrapper,
.error404 .wrapper {
    min-height: calc(100dvh - var(--footer-height, 0px));
}

.plain-hero h1 {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    letter-spacing: 0.6px;
    text-align: center;
    display: inline-block;
    padding: 0px 12px;
    background:#6CC24A;
    text-transform: uppercase;
    margin-bottom: 10px;
    height: 24px;
    overflow: hidden;
}

.plain-hero h2,
.plain-hero .h2-style  {
    font-family: 'ProximaNova-Semibold', Arial, Helvetica, sans-serif;
    color:#3D3935;
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    display: block;
}
.page-template-plain-template .content-module p {
    margin-bottom: 1em;
}

.page-template-plain-template div.content-module.text_module table {
    border: 1px solid #3D3935;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.page-template-plain-template div.content-module.text_module table td,
.page-template-plain-template div.content-module.text_module table th {
    border: 1px solid #3D3935;
    padding: 5px;
}

.page-template-plain-template div.content-module.text_module table thead {
    border-bottom: 1px solid #3D3935;
}

.page-template-plain-template div.content-module.text_module table thead th {
    font-weight: bold;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .plain-hero h2, .plain-hero .h2-style  {
        font-size: 48px;
    }
}
