.premium-not-generic {
  padding: 80px 0;
  text-align: center;
  background: #FFF;
}

.premium-not-generic .container {
  position: relative;
}

.premium-not-generic .container:after {
  position: absolute;
  top: -30px;
  right: 148px;
  z-index: 0;
  display: block;
  width: 170px;
  height: 86px;
  content: '';
  background: url(../img/home-hire.svg) center / contain no-repeat;
}

.premium-not-generic__label {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-variant: small-caps;
  line-height: 150%; /* 24px */
  color: var(--Neutral-100);
}

.premium-not-generic__title {
  margin: 0 0 12px;
  font-family: HarlowDuoSerifPlain, serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 58.8px */
  color: var(--Primary-teal);
  letter-spacing: 1.26px;
}

.premium-not-generic__subtitle {
  max-width: 770px;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162%; /* 25.92px */
  color: var(--Neutral-0);
}

.premium-not-generic__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 30px;
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
}

.premium-not-generic__image-wrapper {
  width: 84px;
  height: 84px;
  margin: 0 auto 8px;
}

.premium-not-generic__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.premium-not-generic__item-title {
  margin: 0 0 4px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-variant: small-caps;
  line-height: 140%; /* 22.4px */
  color: var(--Neutral-0);
}

.premium-not-generic__item-desc {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  color: var(--Neutral-0);
}

@media screen and (max-width: 988px) {
  .premium-not-generic {
    padding: 60px 0;
  }

  .premium-not-generic .container:after {
    top: -60px;
    right: -60px;
  }

  .premium-not-generic__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .premium-not-generic__item:nth-child(odd):last-child {
    grid-column: span 2;
  }
}

@media screen and (max-width: 560px) {
  .premium-not-generic__list {
    grid-template-columns: 1fr;
    margin: 32px 0 0;
  }

  .premium-not-generic__item:nth-child(odd):last-child {
    grid-column: initial;
  }

  .premium-not-generic__title {
    font-size: 24px;
    line-height: 1.4;
  }

  .premium-not-generic__subtitle {
    font-size: 14px;
    line-height: 1.5;
  }

  .premium-not-generic__image-wrapper {
    width: 64px;
    height: 64px;
  }

  .premium-not-generic__item-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
