@media all and (max-width: 768px) {
    #ourteam1 {
        background-image: url('../images/our-team/ot-header-mobile.png');
    }
}

@media all and (max-width: 500px) {
    .bannerheader h1 {
        font-size: 25px;
        max-width: 320px;
        margin: 0 auto;
    }
    .bannerheader {
        width: 330px;
    }
    h5 {
        font-size: 15px;
    }
    .banner h5 {
        font-size: 16px;
    }
    .banner {
        top: 130px;
    }
    .content-standard {
        margin-top: 150px;
    }
    h2 {
        font-size: 25px;
    }
}