.OurTeam {
    margin: -80px 0 0px 0;
}

.OurTeam .section-title {
    color: var(--primaryColor);
}

.OurTeam .teamGroupRow {
    margin-top: 80px;
}

.OurTeam .teamName {
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.53);
    top: 100%;
    transition: 0.5s all;
}

.OurTeam .teamGroup {
    padding-bottom: 100%;
}

.OurTeam .teamGroup img.author {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.OurTeam .teamGroup:hover .teamName {
    top: 0%;
}

.OurTeam .teamName p {
    color: var(--whiteColor);
    font-size: 14px;
}

.OurTeam .teamName h3 {
    color: var(--secondaryColor);
    font-size: 15px;
}

@media screen and (max-width: 1199px) {
    .OurTeam {
        margin: 50px 0 0px 0;
    }

    .OurTeam .teamGroupRow {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .OurTeam {
        margin: 30px 0 0px 0;
    }
}

@media screen and (max-width: 479px) {
    .OurTeam .ourTeamContent {
        padding: 30px 0;
    }
}