.meet-the-people {
    position: relative;
    padding: 100px 0;
}
.page-about .meet-the-people {
    padding: 100px 0 200px;
}
.page-about-traction-it .meet-the-people {
    overflow: hidden;
    padding: 100px 0 260px;
}
.meet-the-people__photo {
    position: absolute;
    top: -50px;
    left: 0px;
    z-index: 1;
}
.page-about .meet-the-people__photo-right {
    top: -110px;
}
.meet-the-people__photo-right {
    position: absolute;
    top: -50px;
    right: -70px;
    z-index: 1;
}
.page-services .meet-the-people__photo {
    left: 0px;
}
.page-about-traction-it .meet-the-people__photo {
    top: 0;
}
.meet-the-people__container {
    position: relative;
    z-index: 2;
}
.meet-the-people__container h2 {
    margin-bottom: 30px;
}
.meet-the-people .b2-eyebrow {
    color: #BA44F7;
    margin-bottom: 20px;
}
.meet-the-people .b2-link {
    margin-top: 40px;
}
.meet-the-people h3 {
    text-transform: uppercase;
    margin-top: 40px;
}
.meet-the-people__triangle {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 1;
}
.page-about .meet-the-people__triangle {
    z-index: 0;
}
@media only screen and (max-width: 1650px) {
    .page-about .meet-the-people {
        padding: 100px 0;
    }
    .meet-the-people__photo-right {
        width: 45%;
    }
    .page-about .meet-the-people__photo-right {
        width: 55%;
    }
    .page-services .meet-the-people__photo {
        width: 45%;
    }
    .meet-the-people__photo {
        width: 45%;
    }
}
@media only screen and (max-width: 1280px) {
    .page-about-traction-it .meet-the-people,
    .page-about .meet-the-people {
        padding: 60px 0;
    }
    .meet-the-people__photo,
    .meet-the-people__triangle,
    .meet-the-people__photo-right {
        display: none;
    }
    .meet-the-people {
        text-align: center;
        padding: 60px 0;
    }
}