.hero {
    position: relative;
    width: 100%;
    min-height: 360px;
    background-position: top center;
    background-size:cover;
    background-repeat:no-repeat;
    margin-top:130px;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 0%;
    /* transform: translateX(-10%); */
    /* text-align: center; */
    color: white;
    width: 100%;
}

.contact-us__team-image {
    border-radius: 20px;
}

@media only screen and (max-width: 768px){
    .hero{
        margin-top: 90px;
    }
}