.awards {
  position: relative;
}
@media (min-width: 768px) {
  .awards .section-headline__headline {
    width: 45%;
  }
}
.awards .section-headline__image {
  width: 18%;
  text-align: right;
  display: none;
}
@media (min-width: 1024px) {
  .awards .section-headline__image {
    display: block;
  }
}
.awards .section-headline__image .section-image {
  max-width: 148px;
}
.awards__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 0;
  margin-top: 2rem;
  flex-direction: column;
}
@media (min-width: 768px) {
  .awards__wrap {
    flex-direction: row;
    margin-top: 3.2rem;
  }
}
@media (min-width: 1024px) {
  .awards__wrap {
    -moz-column-gap: 7.125rem;
         column-gap: 7.125rem;
  }
}
.awards__item {
  position: relative;
  border-top: 1px solid var(--grey-on-black);
  border-bottom: 1px solid var(--grey-on-black);
  text-align: center;
  padding: 2rem 0 2rem;
}
@media (min-width: 768px) {
  .awards__item {
    width: calc(33.33% - 2.7rem);
    padding: 3rem 0 2rem;
  }
}
@media (min-width: 1024px) {
  .awards__item {
    width: calc(33.33% - 4.75rem);
  }
}
.awards__item:after {
  content: "";
  position: absolute;
  background: var(--grey-on-black);
}
.awards__item:after {
  content: "";
  position: absolute;
  background: var(--grey-on-black);
  right: -2rem;
  bottom: 0;
  width: 1px;
  height: 100%;
}
@media (min-width: 1024px) {
  .awards__item:after {
    right: -3.56rem;
  }
}
.awards__item:nth-child(3n):after {
  display: none;
}
.awards__item-icon {
  max-width: 324px;
  height: 87px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .awards__item-icon {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .awards__item-icon {
    max-width: 324px;
  }
}
.awards .red-blur {
  position: absolute;
  z-index: -1;
}
.awards .red-blur.figure1 {
  left: 0;
  top: 110%;
  transform: translateY(-50%);
}
.awards .red-blur.figure2 {
  right: 0;
  top: 20%;
  transform: translateY(-50%);
}/*# sourceMappingURL=styles.css.map */