.menu-item-758 + .is-mega-menu{
    width: 800px;
}
@media screen and (max-width: 1379px) {
    .menu-item-758 + .is-mega-menu ul.uk-menu-first-level::before,
    .menu-item-758 + .is-mega-menu ul.uk-menu-first-level::after{
        left: 6% !important;
    }

    .menu-item-758 + .is-mega-menu ul.uk-menu-second-level::before,
    .menu-item-758 + .is-mega-menu ul.uk-menu-second-level::after{
        display: none !important;
    }
}

.uk-section-single_subheader .uk-section-foreground{
    padding: 72px 0 72px 0 !important;
    display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
}
.uk-section-single_subheader .uk-section-foreground .uk-container .uk-section-body{
    position: relative;
    background: #00439c;
    padding: 24px;
    border-radius: 24px;
    z-index: 1;
}

.uk-section-single_subheader .uk-section-foreground .uk-container .uk-section-body .uk-breadcrumbs{
    margin-bottom: 24px !important;
}
.uk-section-single_subheader .uk-section-foreground .uk-container .uk-section-body .uk-section-icon{
    margin-top: 24px !important;
}

.uk-section-single_subheader .uk-section-foreground .uk-container .uk-section-image{
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}
.uk-section-single_subheader .uk-section-foreground .uk-container .uk-section-image img{
    border-radius: 0 !important;
}

@media screen and (max-width: 960px) {
    .uk-section-single_subheader .uk-section-foreground{
        padding: 72px 0 72px 0 !important;
    }
    .uk-section-single_subheader .uk-section-foreground .uk-container {
        padding: 0 72px !important;
    }

    .uk-section-single_subheader .uk-section-foreground .uk-container .uk-section-image{
        position: absolute !important;
    }
    .uk-section-single_subheader .uk-section-foreground .uk-container .uk-section-image img{
        /* border-radius: 0 !important; */
    }
}