#need-to {
  img {
    width: 85px;
    height: 75px;
    transition: scale 250ms ease-in-out;
  }

  .need-to-box {
    position: relative;
    width: 255px;
    height: 185px;
    font-weight: 500;
  }

  .need-to-wrapper a {
    border: 2px solid #3e3a32;
    border-radius: 20px;
    width: 240px;
    height: 250px;

    &:hover {
      border-color: #931913;

      img {
        scale: 1.1;
      }
    }
  }

  .need-to-box-title {
    color: #3e3a32;
    font-size: 1.1rem;
    font-weight: bold;
  }

  .need-to-box-content {
    color: #7b7b7b;
    font-size: 0.9rem;
    font-weight: 600;
  }

  h3 {
    color: #7b7b7b;
  }
  #need-to p {
    margin-bottom: 0rem;
  }

  #need-to h4 {
    margin-bottom: 0rem;
  }
}
.need-to-wrapper {
  gap: 2.5rem 0rem !important;
}
#need-to .text-row-2 {
  min-height: auto !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
#need-to p {
  color: #707070;
  font-size: 22px;
}
