﻿body {
}

a {
    cursor: pointer;
}

.team-container {
    margin-top:0px;
}

@media (min-width:992px) {
    .team-container {
        margin-top: -120px;
    }

}

.background {
    display: flex;
    justify-content: center;
    position: relative;
}

.background img {
    width: 100%;
    max-height: 531px;
}

.background h1 {
    font-size: 70px;
    font-weight: 600;
    font-family: Poppins;
}

.background h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: Poppins;
    text-transform: uppercase;
}


.background .display-text {
        position: absolute;
        top: 35%;
        color: white;
}
