body {
    background-color: #F0F0F3;
}
.page-header {

    background-size: cover;
    color:#fff;
    position: relative;
}
.page-header:after {
    content:'';
    height: 55%;
    width: 100%;
    background: rgb(240,240,243);
    background: linear-gradient(180deg, rgba(240,240,243,0) 0%, rgba(240,240,243,1) 77%);
    position: absolute;
    bottom: 0;
}
img {
    display: block;
}

.services-section {
    padding-top:0;
    position: relative;
    z-index: 2;
}
.services-section .container {
    max-width: 1400px;
    margin: 0 auto;
}
.services  table {
    width:100%;
    border-radius:10px;
}
.services table td {
    padding:1rem;
}
.services table thead td {
    background:#008CFF;
    color:#fff;
    font-weight:700;
    font-size:1.2rem;
}
.services table tbody td {
    background:#fff;
}
/*.services-section .services .service {*/
/*    flex: 0 0 calc(40% - 1rem);*/
/*    width: calc(40% - 1rem);*/
/*    display: flex;*/
/*    border-radius: 1.1rem;*/
/*    box-shadow: -2px 3px 10px 0px rgba(0,0,0,0.25);*/
/*    padding: .8vw;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin-right: 10%;*/
/*    background: #fff;*/
/*    text-decoration: none;*/
/*    color:#000;*/
/*    transition: all ease .3s;*/
/*    margin-top: 1.1vw;*/
/*    position: relative*/
/*}*/

.logos {
    display: flex;
    flex-wrap: wrap;
}
.logos > * {
    flex:0 0 calc(100% / 7);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding: 10px;
}
.services-wrap {
    position: relative;
    margin-top:-10%;
}

@media screen and (max-width: 991px){
 .page-header {
     background-position:40% 50%;
 }
    .logos  {
        justify-content: center;
    }
    
    .logos > * {
        flex:0 0 calc(100% / 4)
    }
    .page-header:after {
        content:'';
        height: 35%;
    }
}