#con-team-wrap{width:100%;height:auto;display:table;margin:40px auto 0}
#con-team-wrap h2{width:100%;height:auto;display:table;color:#191C1F;font-size:32px;line-height:1.5;text-align:center;margin:0 0 32px;font-weight:600}
#con-team{width:100%;max-width:700px;margin:0 auto;height:auto;display:grid;grid-template-columns:repeat(2,1fr);column-gap:24px;row-gap:24px}
.con-team-item{width:100%;height:auto;display:table;text-decoration:none}
.con-team-item-top{width:100%;height:0;padding-top:100%;display:block;background:url(../../i/contacts-team/1.jpg) 50% 50% no-repeat;background-size:cover}
.con-team-item:nth-child(2) .con-team-item-top{background-image:url(../../i/contacts-team/2.jpg)}
.con-team-item:nth-child(3) .con-team-item-top{background-image:url(../../i/main-club-right.jpg)}
.con-team-item-bot{width:100%;height:auto;display:table;background:#3D57B0;color:#fff;font-size:17px;padding:19px;text-align:center;font-weight:500}
@media screen and (max-width:479px){
    #con-team-wrap{margin:60px 0 0}
    #con-team-wrap h2{font-size:23px;margin-bottom:15px}
    #con-team{grid-template-columns:1fr}
}