.home-why-us {
  padding: 65px 0 clamp(0px, 5.7291666667vw, 110px) 0;

  background: linear-gradient(to top, #e7e0d0 0%, #f8f2e9 100%);
}
.home-why-us-wrapper .paragraph__18 {
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
}
.why-us-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.why-us-card {
  width: calc(33.33% - 14px);
}
.why-us-card-content {
  padding: 22px;
  background: white;
  border-radius: 20px;
}
.why-us-card h3 {
  margin-bottom: 23px;
}
.why-us-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
.why-us-card-content img {
  max-width: 68px;
  margin-bottom: 20px;
}
.why-us-card-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  overflow: hidden;
}
.why-us-card-img {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .why-us-card {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 575px) {
  .why-us-card {
    width: 100%;
  }
}
