.our-team {
    padding: 40px 0;
}
.our-team .wrapper .title {
    margin-bottom: 40px;
}
.our-team__block {
    display: flex;
    padding-bottom: 40px;
}
.our-team__description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.8em;
}
.our-team__image-wrapper img {
    max-width: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
}
.our-team__image-wrapper {
    height: 200px;
    max-width: 200px;
    width: auto;
    min-width: 200px;
    margin: auto;
}
.our-team__text-block {
    margin-left: 34px;
    padding-top: 10px;
}
.our-team__text-block h2 {
    font-weight: bold;
    font-family: "Raleway";
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.our-team__text-block p:first-of-type {
    font-size: 1rem;
}


@media screen and (max-width: 767px) {
    .our-team__block {
        display: block;
        text-align: center;
    }
    .our-team__image-wrapper img {
        width: 200px;
    }
    .our-team__text-block {
        margin-left: 0;
    }
}