.teamContainer{width:100%;padding:5%}.teamTop{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:5%}.teamHeader{margin:0;width:40%;font-size:6vw;line-height:100%;font-weight:300}.teamDisc{font-size:1.3vw;width:40%}.teamGrid{display:grid;grid-template-columns:repeat(4,1fr);width:100%;grid-row-gap:3%;row-gap:3%;grid-column-gap:3%;column-gap:3%;justify-content:space-between}.singleMember,.singleMemberImageDiv{width:100%;position:relative}.singleMemberImageDiv{padding-bottom:100%;margin-bottom:5%}.singleMember span{font-size:.9vw}@media screen and (max-width:1100px){.teamContainer{margin:5% 0}.teamTop{flex-direction:column;align-items:flex-start}.teamHeader{font-size:15vw;width:100%}.teamDisc{width:100%;font-size:4vw}.teamGrid{grid-template-columns:repeat(2,1fr)}.singleMember span{font-size:2.5vw}}