@media only screen and (max-width: 1024px) {
    .bm.light-header {
        display: block;
    }
    .flat-main-container {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    #header > .centered-wrapper {
        display: flex;
    }

    .bm.light-header {
        display: none;
    }

    .flat-main-container {
        display: flex;
    }
}

.flat-main-container {
    width:100%;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.flat-menu {
    display: flex;
    gap: 10px;
    align-items: center;
    height: 50px;
    width:100%;
    justify-content: flex-end;
}

.flat-menu a {
    color: black;
}

.flat-menu a:hover {
    color: #00acf0;
}

.flat-menu a.active {
    color: #00acf0;
}

.flat-main-container .stand-out {
    background-color: #00acf0;
    padding: 10px;
    width: 140px;
    margin-left: 20px;
    text-align:center
}

.flat-main-container .stand-out a {
    color: white;
}


@media only screen and (min-width: 900px) {
    .nemo-responsive-container {
        display: flex; 
        align-items: center;
    }
}

h2 {
    font-size: 50px !important;
    line-height: 56px !important;
    font-weight:600 !important;
    font-family: 'Open Sans';
}

h2.h2-big {
    line-height: 64px !important;
}

h2:not(.override-color):not(.section-tagline) {
    color: rgb(68, 73, 82) !important;
}  

@media only screen and (max-width: 900px) {
    h2 {
        font-size: 42px !important;
        line-height: 48px !important;
    }
}

body .wpb_wrapper h4 {
    font-size: 26px !important;
    line-height: 34px !important;
    font-weight: 300 !important;
    color: #000;
}

.aio-icon-title {
    font-size: 20px !important;
    line-height: 26px !important;
}

.aio-icon-description {
    font-size: 18px !important;
}

.solution-tile {
    padding: 15px;
}

.solution-tile>div {
    padding: 20px;
    /* background-color: rgb(77 133 205); */
    background-color: #30353f;
    border-radius: 0px;
    min-height: 310px;
}

.solution-tile>div .tile-title {
    text-align: center;
    font-size: 20px;
}

.solution-tile>div .tile-description {
    text-align: left;
}