﻿#OurTeam { }

#OurTeam .ourteam-list{ display:flex; flex-wrap:wrap; }
#OurTeam .ourteam-list .item-person { width:calc(50% - 15px); margin:15px; display:flex; flex-wrap:nowrap; }
#OurTeam .ourteam-list .item-person:nth-child(odd) { margin-left:0; }
#OurTeam .ourteam-list .item-person:nth-child(even) { margin-right:0; }
#OurTeam .ourteam-list .item-person .photo{ width:30%; }
#OurTeam .ourteam-list .item-person .photo img{ max-width:100%; max-height:150px; }
#OurTeam .ourteam-list .item-person .text-content .name{ font-size:1.2rem; font-weight:500; color:var(--color11); text-transform:uppercase; margin-bottom:1rem; }
#OurTeam .ourteam-list .item-person .text-content .email{ margin-bottom:0.5rem; }
#OurTeam .ourteam-list .item-person .text-content .phone{  }


@media all and (max-width: 61em) {
    #OurTeam .ourteam-list { width:100%; }
    #OurTeam .ourteam-list .item-person { width:100%; margin:15px 0; box-sizing:border-box; }
}

@media all and (max-width: 36em) {
    #OurTeam .ourteam-list .item-person { flex-wrap:wrap; }
    #OurTeam .ourteam-list .item-person .photo { margin-left:auto; margin-right:auto; }
    #OurTeam .ourteam-list .item-person .text-content { text-align:center; width:100%; margin-top:10px; }
}



