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/farmfun.komma.pro/resources/sass/site/6-Organisms/_organisms.uspRow.scss
.o-usp-row {
  position: relative;
  padding: space(6) 0;
  background-color: inherit;
}

.o-usp-row--remove-background {
  background-color: transparent;
}

.o-usp-row--gray-background {
  background-color: palette(neutral, 100);
}

.o-usp-row--green-background {
  background-color: palette(primary, 500);
}

.o-usp-row--blue-background {
  background-color: palette(alt, 500);
  --icon-color: #{palette(primary, 500)};
  --label-color: #DDE6EB;
  --icon-bg-color: #{palette(alt, 300)};
}

.o-usp-row--slant-reversed {
  @include slant(true);
  margin-bottom: calc(-1 * var(--slant-height));
  padding-bottom: var(--slant-height);
  padding-block: calc(var(--slant-height) + #{space(10)});
}

.o-usp-row__list {
  list-style: none;
  margin: 0;
  display: grid;
  grid-row-gap: space(6);
  grid-template-columns: repeat(2, 1fr);

  @include mq(900) {
    grid-template-columns: repeat(4, 1fr);
  }



}

.o-usp-row__item {
  display: flex;
  flex-direction: column;
}

.o-usp-row__icon {
  display: grid;
  place-items: center;

  width: space(14);
  height: space(14);

  margin: 0 auto;
  margin-bottom: space(3);

  background-color: var(--icon-bg-color, palette(neutral));
  border-radius: 50%;

  color: var(--icon-color, inherit);

}

.o-usp-row__label {
  text-align: center;
  color: var(--label-color, inherit);
}