.our-team__text {
    width: 100%;
    max-width: 100rem;
    margin-inline: auto;
}

.our-team__text h2,
.our-team__text h3,
.our-team__text h4,
.our-team__text h5,
.our-team__text h6,
.our-team__text p,
.our-team__text ul,
.our-team__text ol {
    margin-bottom: 15px;
    line-height: normal;
    font-style: normal;
}

@media screen and (max-width: 105rem) {
    .our-team__text {
        width: calc(100% - 5rem);
    }
}