﻿.who-we-are {
    display: grid;
    background-color: #fff;
    margin-top: 150px;
    /*    margin-bottom: 59px;*/
}

html {
    height:100%;
}

.body {
    min-height:100%;
    display:flex;
    flex-direction:column;
}

.sml {
    text-align:center;
}

.footer-footer {
    margin-top:auto;
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 768px) {

    .section {
        padding-top:0px;
    }
}