.why_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-bottom: 157px;
}

@media screen and (min-width: 1100px) {
  .why_container {
    margin-bottom: 169px;
  }
}

.why_h2 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  min-width: 361px;
}

.why_ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

@media screen and (min-width: 768px) {
  .why_ul {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media screen and (min-width: 1100px) {
  .why_ul {
    gap: 30px;
  }
}

.why_li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 37px;
  border: 1px solid #dedede;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .why_li {
    width: calc((100% - 32px) / 2);
  }
}

@media screen and (min-width: 1100px) {
  .why_li {
    width: calc((100% - 60px) / 3);
  }
}

.why_img {
}

.why_h3 {
  margin-block: 32px 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: 137%;
  letter-spacing: 0em;
  text-align: center;
}

.why_p {
  font-weight: 400;
  font-size: 16px;
  line-height: 169%;
  letter-spacing: 0.01em;
  text-align: center;
}
