.meet-our-team {
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.meet-our-team-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: 1500px;
    padding: 100px;
}

.meet-our-team h1 {
    width: 50%;
}

.meet-our-team .image-text {
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.meet-our-team p {
    max-width: 1200px;
}

.meet-our-team .image-text img {
    grid-row: 2;
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    max-width: 1200px;
}