.our-team{
    text-align: center;
    margin-bottom: 20px;
}

.our-team .container--flex{
    align-items: flex-start;
}

.our-team__title{
    font-family: 'Pacifico', cursive;
    color: #DE423A;
    font-size: 1.8em;
    margin-bottom: 10px;      
}
.our-team_img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 2.5%;
    margin: auto;
    margin-bottom: 20px;
}

.our-team__txt{
    padding: 10px;
    text-align: justify;
}

.main_txt{
    text-align: justify;
}

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

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

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

}