.our-team {
    text-align: center;
    margin-bottom: 20px;
}
.our-team .container--flex {
    align-items: flex-start;
    padding: 20px;
}
.our-team__title {
    font-family: 'Montserrat', sans-serif;
    color: #DE423A;
    
    font-size: 1.1em;
    margin-bottom: 10px;
}
.our-team__img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
}
.our-team__txt {
    padding: 10px;
}

@media screen and (min-width:480px) {
    .our-team__img {
        width: 150px;
        height: 150px;
    }
}

@media screen and (min-width:768px) {
    .our-team__img {
        width: 250px;
        height: 250px;
    }
}

@media screen and (min-width:1024px) {
    .our-team__img {
        width: 300px;
        height: 300px;
    }
    .our-team__title {
        font-size: 2.1em;
    }
}

@media screen and (min-width:1600px) {
    .our-team__img {
        width: 330px;
        height: 330px;
    }
}