@media screen and (max-width: 1000px) {
    .meet-our-team-wrapper {
        align-items: center;
        flex-direction: column;
        padding: 30px;
    }

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

    .meet-our-team .image-text {
        width: unset;
        margin: 0;
    }

    .meet-our-team p {
        margin-top: 20px;
    }
}