.sub-sections-parent {
    margin: 30px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 30px;
    max-width: calc(100vw - 60px);
}

.sub-section-container {
    margin: 30px;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    overflow: hidden;
    border-radius: 5px;
}

.sub-section-info {
    background: #112f5c;
    padding: 60px;
    height: 100%;
}

.sub-section-header {
    background: #1c4f9c;
}

.sub-section-header img {
    height: 22px;
    width: auto;
    max-width: unset;
}

.sub-section-info img {
    width: 100%;
}

.sub-section-info p {
    color: white;
    margin: 45px 0;
    font-weight: 500;
    line-height: 1.5;
}

.sub-section-header h2 a {
    text-align: center;
    color: white;
    text-transform: uppercase;
    display: block;
    padding: 15px;
    font-size: 54px;
    line-height: 64px;
    font-weight: 900;
    padding-bottom: 10px;
}

.page-id-5742 .sub-sections-parent {
    margin-top: -30px;
    max-width: calc(100vw - 90px);
    padding: 0;
}

.page-id-5742 .sub-section-container {
    max-width: 650px;
}

.sub-section-info.sub-section-flex {
    display: flex;
    align-items: center;
}

.sub-section-info.sub-section-flex p {
    margin: 30px;
    font-size: 18px;
}

.page-id-5742 .sub-section-info .header-btn {
    display: none;
}

.sub-sec-img-single {
    height: 100%;
    width: auto !important;
}

.sub-section-info .btn-icon {
    height: 240px;
}

.sub-section-container .sub-section-info picture img {
    height: 100%;
    object-fit: cover;
}

.btn-icon img:not(.sub-sec-img-single) {
    max-width: 120px;
    object-fit: cover;
    height: auto;
}

a.btn-icon img {
    border-radius: 5px;
}

@media (max-width: 768px) {
    .page-id-5742 .sub-sections-parent,
    .page-id-5742 .sub-sections-container {
        max-width: 100%;
    }

    .sub-sections-parent {
        max-width: unset;
        margin: 0;
    }

    .page-id-5742 #frm_field_87_container {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    .sub-section-info.sub-section-flex {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .sub-section-info .btn-icon {
        height: unset;
    }

    .row.sub-section-container {
        margin: 15px 0;
    }

    .sub-section-info {
        padding: 15px;
    }

    .sub-section-header h2 a {
        padding: 5px 15px;
        font-size: 32px;
        line-height: 1;
    }

    .page-id-5742 .frm_form_field.form-field {
        width: 100% !important;
    }

    .btn-icon img {
        width: 33%;
    }
}
