.teasericon--0 {
  margin-block-start: -12.75rem;
  z-index: 1;
}

.teasericon--0 .teasericon__items {
  display: grid;
  padding-inline: 2rem;
  background-color: var(--clr-white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.teasericon--0 .teasericon__item {
  position: relative;
  height: 100%;
  padding: 1.25rem 0;
}

.teasericon--0 .teasericon__item:not(.first) {
  background-color: transparent;
  transition: background-color 800ms ease;
}

.teasericon--0 .teasericon__item:not(.first):hover {
  background-color: rgba(237, 237, 237, 1);
}

.teasericon--0 .teasericon__item:not(.first)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.313rem;
  background: linear-gradient(90deg, #b19d60 0%, #87764d 100%);
  transform: scaleX(0);
  transition: transform 800ms ease;
}

.teasericon--0 .teasericon__item:not(.first):hover::before {
  transform: scaleX(1);
}

.teasericon--0 .teasericon__item:not(.first) {
  padding: 1.25rem;
  align-self: center;
}

.teasericon--0 .teasericon__icon {
  margin-block-end: 10px;
}

.teasericon--0 .teasericon__title {
  font-family: var(--ff-heading-800);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--clr-gray-900);
  hyphens: auto;
}

.teasericon--0 .teasericon__text {
  margin-block-start: 0.75rem;
}

.teasericon--0 .teasericon__item.first .teasericon__title {
  font-family: var(--ff-heading-400);
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
}

.teasericon--0 .teasericon__item.first .teasericon__text a {
  text-decoration: underline;
}

.teasericon--0 .teasericon__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-start: 0.75rem;
  font-family: var(--ff-base-600);
  color: rgba(177, 157, 96, 1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 800ms ease, visibility 800ms ease;
}

.teasericon--0 .teasericon__link::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translateX(-0.625rem);
  transition: transform 800ms ease;
  background-image: url('data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjI1IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMjUgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNC43MDcxIDguNzA3MTFDMjUuMDk3NiA4LjMxNjU4IDI1LjA5NzYgNy42ODM0MiAyNC43MDcxIDcuMjkyODlMMTguMzQzMSAwLjkyODkzMkMxNy45NTI2IDAuNTM4NDA4IDE3LjMxOTUgMC41Mzg0MDggMTYuOTI4OSAwLjkyODkzMkMxNi41Mzg0IDEuMzE5NDYgMTYuNTM4NCAxLjk1MjYyIDE2LjkyODkgMi4zNDMxNUwyMi41ODU4IDhMMTYuOTI4OSAxMy42NTY5QzE2LjUzODQgMTQuMDQ3NCAxNi41Mzg0IDE0LjY4MDUgMTYuOTI4OSAxNS4wNzExQzE3LjMxOTUgMTUuNDYxNiAxNy45NTI2IDE1LjQ2MTYgMTguMzQzMSAxNS4wNzExTDI0LjcwNzEgOC43MDcxMVpNMCA4VjlIMjRWOFY3SDBWOFoiIGZpbGw9IiNDMzlDMTAiLz4KPC9zdmc+');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 1199px) {
  .teasericon--0 .teasericon__items {
    padding-inline: 0;
  }
  .teasericon--0 .teasericon__item.first {
    padding-inline: 1.25rem;
  }
  .teasericon--0 .teasericon__item.first .teasericon__text {
    display: none;
  }
  .teasericon--0 .teasericon__item:not(.first)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.313rem;
    background: linear-gradient(90deg, #b19d60 0%, #87764d 100%);
    transform: scaleX(1);
    transition: transform 800ms ease;
  }
  .teasericon--0 .teasericon__link {
    opacity: 1;
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  .teasericon--0 .teasericon__item.first {
    height: auto;
  }
  .teasericon--0 .teasericon__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
    align-items: flex-end;
  }
  .teasericon--0 .teasericon__content {
    transform: translateY(2.5rem);
    transition: transform 800ms ease;
  }
  .teasericon--0 .teasericon__item:hover .teasericon__content {
    transform: translateY(0);
  }

  .teasericon--0 .teasericon__item:hover .teasericon__link {
    opacity: 1;
    visibility: visible;
  }

  .teasericon--0 .teasericon__item:hover .teasericon__link::after {
    transform: translateX(0);
  }
}
