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/carrot.komma.pro/resources/sass/site/6-Organisms/_organisms.team.scss
.o-team {
  @include contain;
  @include vspacing(
                  'margin-top' 1,
                  'margin-bottom' 1
  );
}

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

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

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

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

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

  .c-card__img {
    @include mq($max: m) {
      max-height: none;
    }

    @include mq(m, l) {
      max-height: none;
    }
  }
}