HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/boomdekwekerij.komma.nl/resources/sass/6-Organisms/_organisms.team.scss
.o-team {
  @include contain;
  @include vspacing(
      'margin-top' 1,
      'margin-bottom' 1
  );
}

.o-team__matrix {
  @include mq(560) {
    display: flex;
    flex-wrap: wrap;
    margin: space(2) * -1;
  }
}

.o-team__item {
  margin: 0 auto space(4);
  max-width: 300px;

  @include mq(560) {
    margin: space(2);
    max-width: none;
    flex: none;
    flex-basis: calc(50% - #{space(4)}); // Longhand needed for IE
  }

  @include mq(900) {
    flex-basis: calc(33.33% - #{space(4)});
  }

  @include mq(1200) {
    flex-basis: calc(25% - #{space(4)});
  }
}