#content-wrapper .page-header , .before_content .page-header{
    margin-top: 2rem;
    text-align: center; 
    margin-bottom: 3rem;
}
@media (min-width: 576px) {
    #content-wrapper .page-header , .before_content .page-header{
        margin-bottom: 2rem;
    }
}
.page-header h1 {
    font-size: 28px;
    text-align: center;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: .5rem;
}
#content-wrapper #content {
    font-size: 16px;
    line-height: 28px;
    color: #000;
}
#content-wrapper {
    padding-bottom: 3rem;
}
#contact #content-wrapper {
    width: 100%;
}
#contact #wrapper > .container, #contact .before_content > .container {
    max-width: 1000px;
}

.contact__details {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1rem 0 1rem;
}
.contact__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    border: 1px solid #E8E9F7;
    background: rgb(232 233 247 / 50%);
    margin-bottom: 1rem;
    width: calc(33.33% - .5rem);
    height: 100%;
}
.contact__item .icon {
    margin-bottom: 12px;
}
.contact__info {
    font-size: 16px;
    line-height: 26px;
    min-height: 54px;
    color: #000;
}
.contact__info a {
    font-weight: 400;
    color: #2E3192;
    text-decoration: none;
}
.contact__info a:hover, .contact__info a:focus {
    text-decoration: underline;
    color: #000;
}
section.contact-form h2 {
    font-size: 22px;
    text-align: center;
    line-height: 28px;
    color: #000;
}
section.contact-form {
    border: 1px solid #DCDCDC;
    padding: 2rem;
}
.layout-left-column #left-column, #contact #left-column {
    padding-right: 15px;
}
input.form-control[name="fileUpload"] {
    padding: 12px;
    height: 45px;
}
form .form-control, select.form-select {
    border-radius: 0;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    box-shadow: none;
    background-color: transparent !important;
}
form textarea.form-control {
    height: 80px;
}
.col-form-label, .form-label {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
label.form-check-label {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    top: -1px;
}
label.form-check-label em {
    color: #777;
    font-size: 14px;
}
.js-address-form .form-check .form-check-input {
    margin-left: 0;
    margin-right: 6px;
}
.js-address-form .form-check {
    padding-left: .75rem;
}
label.form-label.required {
    position: relative;
}
label.form-label.required:after {
    content: "*";
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.form-check-input[type="checkbox"] {
    border-radius: 0;
}
footer.form-footer .btn.btn-primary {
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 20px;
    height: 45px;
    outline: 0 !important;
    box-shadow: none !important;
    color: #fff;
    background: #2E3192;
    border-color: #2E3192;
    min-width: 250px;
}
footer.form-footer .btn.btn-primary:hover, 
footer.form-footer .btn.btn-primary:focus {
    background: #F26C21;
    border-color: #F26C21;
}
.form-block .form-text {
    display: none;
}
@media (max-width: 992px) {
.contact__info br {
    display: none;
}
.contact__item {
    padding: 1rem .5rem;
    width: calc(33.33% - 5px);
}
.contact__details {
    column-gap: 10px;
    margin: 0 0 1rem;
}
}
@media (max-width: 700px) {
    .contact__item {
        padding: 1rem;
        width: calc(50% - 8px);
    }
    .contact__details {
        column-gap: 16px;
        margin: 0 0 1rem;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 576px) {
    .contact__item {
        padding: 1rem;
        width: 100%;
    }
}