.team{display:grid;gap:40px;grid-template-columns:repeat(1,1fr)}@media(min-width:992px){.team{grid-template-columns:repeat(2,1fr)}}.team__item{align-items:flex-start;display:flex;flex-flow:row;gap:20px}img.team__picture{border-radius:50px;height:90px;object-fit:cover;width:90px}.team__info{color:#fff}span.team__name{display:block;font-size:20px;font-weight:700}span.team__position{display:block;font-weight:600;margin-bottom:20px}.team__item-1{order:0}.team__item-2{order:1}.team__item-3{order:2}.team__item-4{order:3}.team__item-5{order:4}.team__item-6{order:5}.team__item-7{order:6}.team__item-8{order:7}.team__item-9{order:8}.team__item-10{order:9}