.our-team {
    padding-top: 7.156vw;
    padding-bottom: 7.156vw;
}
.our-team .section-title p {
    color: #fff;
    margin-top: 4.4vw;
    font-size: 1.6vw;
    line-height: 175%;
    max-width: 81.511vw;
    margin-left: auto;
    margin-right: auto;
    text-transform: capitalize;
    font-family: 'Circular Std Book';
    font-weight: 450;
}
.our-team .section-title {
    margin: 0 0 8vw 0;
}
.our-team .section-title h2 {
    color: #454B4C;
    line-height: 2.222vw;
    font-size: 3.111vw;

}
.our-team .team-wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 7.644vw;
    justify-content: center;
}
.our-team .team-wrapper {
    margin-left: -0.756vw;
    margin-right: -0.756vw;
}
.our-team .team-wrapper .team-member-block {
    width: 33.3333%;
    padding-left: 0.756vw;
    padding-right: 0.756vw;
}
.team-wrapper .image-box .image {
    width: 22.222vw;
    position: relative;
    height: 22.222vw;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.111vw;
}
.team-wrapper .image-box .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-wrapper  h2 {
    color: #454B4C;
    font-size: 1.867vw;
    line-height: 150%;
}
.team-wrapper .team-member-block {
    text-align: center;
}
.team-wrapper .team-member-block h3 {
    color: #454B4C;
    font-size: 1.422vw;
    line-height: 150%;
    font-style: italic;
    margin-top: 0.356vw;
}
.team-wrapper .team-member-block p {
    color: #fff;
    font-size: 1.333vw;
    line-height: 150%;
    margin-top: 2.133vw;
    max-width: 22.178vw;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 1200px) {
    .our-team .container {
        max-width: 84.267vw;
    }
}
@media only screen and (max-width: 1199px) {
    .our-team .section-title h2{
        font-size: 38px;
    }
    .our-team .team-wrapper .team-member-block {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .team-wrapper .image-box .image {
        width: 200px;
        height: 200px;
        margin-bottom: 30px;
    }
    .team-wrapper h2 {
        font-size: 22px;
        line-height: 150%;
    }
    .team-wrapper .team-member-block h3 {
        font-size: 18px;
        line-height: 150%;
    }
    .team-wrapper .team-member-block p {
        font-size: 16px;
        line-height: 150%;
        margin-top: 25px;
        max-width: 100%;
    }
    .our-team .section-title p {
        font-size: 19px;
        line-height: 175%;
        margin-top: 30px;
    }
    .our-team .section-title {
        margin-bottom: 95px;
    }
}
@media only screen and (max-width: 767px) {
    .our-team .team-wrapper .team-member-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .our-team {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .our-team .section-title h2{
        font-size: 30px;
        line-height: 150%;
    }
    .our-team .section-title{
        margin-bottom: 63px;
    }
    .our-team .team-wrapper{
        row-gap: 70px;
    }
}
@media only screen and (max-width: 575px) {
    .our-team .team-wrapper .team-member-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .our-team .team-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .team-wrapper .team-member-block h3 {
        font-size: 21px;
        line-height: 150%;
    }
    .team-wrapper .team-member-block p {
        font-size: 19px;
        line-height: 150%;
        margin-top: 25px;
        max-width: 265px;
        margin-left: auto;
        margin-right: auto;
    }
    .team-wrapper h2 {
        font-size: 26px;
        line-height: 150%;
    }
    .our-team .section-title p { 
        max-width: 330px;
    }
}
@media only screen and (max-width: 380px) {
    .team-wrapper h2 {
        font-size: 24px;
        line-height: 150%;
    }
    .team-wrapper .team-member-block h3 {
        font-size: 19px;
        line-height: 150%;
    }
}