.wsu-usp {
  background: #ffffff;
  padding: 0;
  padding-top: 45px;
  padding-bottom: 115px;
}

.wsu-usp__inner {
  width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 488px 632px;
  gap: 80px;
  position: relative;
  align-items: start;
}

.wsu-usp__intro {
  width: 488px;
  padding-top: 40px;
  align-self: start;
  position: sticky;
  top: 0;
}

.wsu-usp__title {
  margin: 0;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0;
  text-transform: none;
}

.wsu-usp__title-line {
  display: block;
}

.wsu-usp__title-base {
  color: #cdb9d7;
}

.wsu-usp__title-base,
.wsu-usp__title-highlight-primary,
.wsu-usp__title-highlight-secondary,
.wsu-usp__title-highlight-dark {
  font: inherit;
}

.wsu-usp__title-highlight-primary {
  color: #ff5c5e;
}

.wsu-usp__title-highlight-secondary {
  color: #990033;
}

.wsu-usp__title-highlight-dark {
  color: #000000;
}

.wsu-usp__grid {
  width: 632px;
  display: grid;
  grid-template-columns: repeat(2, 296px);
  column-gap: 40px;
  row-gap: 24px;
  padding-top: 0;
  align-self: start;
}

.wsu-usp__item {
  width: 296px;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  transition: transform 0.28s ease;
}

.wsu-usp__icon-wrap {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform-origin: center;
  transition: transform 0.28s ease;
}

.wsu-usp__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.wsu-usp__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  transition: transform 0.28s ease;
}

.wsu-usp__item-title {
  margin: 0;
  color: #000102;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.wsu-usp__item-title-line {
  display: block;
  font-size: 20px;
}

.wsu-usp__item-description {
  margin: 0;
  color: #000102;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.wsu-usp__item:hover .wsu-usp__icon-wrap {
  transform: scale(1.3);
}

.wsu-usp__item:hover .wsu-usp__content {
  transform: translateY(12px);
}

@media (max-width: 1199px) {
  .wsu-usp__inner {
    width: calc(100% - 80px);
    max-width: none;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  }

  .wsu-usp__intro {
    width: auto;
    padding-top: 48px;
    position: static;
  }

  .wsu-usp__grid {
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
    padding-top: 48px;
  }

  .wsu-usp__item {
    width: auto;
    height: auto;
  }
}

@media (max-width: 767px) {
  .wsu-usp {
    padding: 40px 0;
  }

  .wsu-usp__inner {
    width: calc(100% - 48px);
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .wsu-usp__intro,
  .wsu-usp__grid {
    width: 100%;
  }

  .wsu-usp__intro,
  .wsu-usp__grid {
    padding-top: 0;
  }

  .wsu-usp__item:hover .wsu-usp__icon-wrap,
  .wsu-usp__item:hover .wsu-usp__content {
    transform: none;
  }

  .wsu-usp__title {
    font-size: 32px;
    line-height: 40px;
  }

  .wsu-usp__grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 24px;
  }

  .wsu-usp__item-title {
    font-size: 20px;
    line-height: 28px;
  }

  .wsu-usp__item-description {
    font-size: 16px;
    line-height: 24px;
  }
}
