﻿

#hero-section {
    background-image: url('../img/about/top-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    color: white;
    z-index: 999;
}

#our-services {
    background-image: url('../img/about/ambition.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: white;
    padding: 100px 0;
}

#our-ambition .left,
#our-team .right,
#after-our-team .left {
    padding: 4rem;
}

#our-ambition .right,
#our-team .left {
    margin-top: -30px;
    z-index: 9999;
    position: relative;
}
