.things__wrapper {
    padding-bottom: 6.770833333333333rem;
}

@media screen and (max-width: 1200px) {
  .things__wrapper {

    padding-top: 40px;
    padding-bottom: 80px;
  } 
}

.things .things__items {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  gap: 1.875rem;
  margin-top: 3.2rem;
}

@media screen and (max-width: 1200px) {
  .things .things__items {
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .things .things__items {
    gap: 30px;
  }
}

.things .things__items .things__item {
  text-decoration: none;
  border: 1px solid #E4E4E4;
  border-radius: 1.25rem;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: calc((100% - 5.625rem) / 4);
}

@media screen and (max-width: 1200px) {
  .things .things__items .things__item {
    width: calc((100% - 1.25rem) / 2);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .things .things__items .things__item {
    width: 100%;
    overflow: hidden;
  }
}

.things .things__items .things__item img {
  width: 100%;
  height: 12.9rem;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .things .things__items .things__item img {
    height: 45vw;
  }
}

@media screen and (max-width: 767px) {
  .things .things__items .things__item img {
    height: 61vw;
  }
}

.things .things__items .things__item .thing__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.041rem;
}

.things .things__items .things__item .thing__content p:nth-child(1) {
  font-weight: 500;
  font-size: 0.83rem;
}

.things .things__items .things__item .thing__content p:nth-child(2) {
  font-size: 0.7291666666666667rem;
  color: #888888;
}

@media screen and (max-width: 1200px) {
  .things .things__items .things__item .thing__content {
    gap: 20px;
    padding: 20px;
  }

  .things .things__items .things__item .thing__content p:nth-child(1) {
    font-size: 18px;
  }

  .things .things__items .things__item .thing__content p:nth-child(2) {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  /* .things .things__items .things__item .thing__content {
    gap: 0.625rem;
    padding: 1rem 0.875rem 1.25rem 0.875rem;
  } */

  .things .things__items .things__item .thing__content p:nth-child(1) {
    font-size: 16px;
  }

  .things .things__items .things__item .thing__content p:nth-child(2) {
    font-size: 12px;
  }
}

/*# sourceMappingURL=good.css.map */