.why {
  margin-top: 60px;
}
.why h2 {
  font-family: "Medium";
  color: #18181B;
  font-size: 38px;
  line-height: 43.7px;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 40px;
}
.why .listWhy {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.why .listWhy .itemWhy {
  padding: 40px 20px;
  background: #F6F9FC;
  text-align: center;
  display: grid;
  gap: 8px;
  border-radius: 20px;
}
.why .listWhy .itemWhy .imgWhy {
  margin: auto;
  width: 82px;
  height: 82px;
  background: #fff;
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
.why .listWhy .itemWhy .imgWhy img {
  max-width: 100%;
  transition: transform 0.5s ease;
}
.why .listWhy .itemWhy .titleWhy {
  font-family: "Semi";
  font-size: 18px;
  line-height: 21.78px;
  color: #061020;
}
.why .listWhy .itemWhy .summaryWhy {
  font-size: 14px;
  line-height: 19.6px;
  color: #6D727C;
  letter-spacing: -0.28px;
}
.why .listWhy .itemWhy:hover .imgWhy img {
  transform: rotateY(360deg);
  transition-duration: 500ms;
}

@media screen and (max-width: 1150px) {
  .why .listWhy .itemWhy .titleWhy {
    font-size: 16px;
    line-height: 130%;
  }
}
@media screen and (max-width: 1150px) {
  .why .listWhy {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .why .listWhy .itemWhy {
    padding: 15px;
  }
  .why .listWhy .itemWhy .titleWhy {
    font-family: "Medium";
    font-size: 14px;
    line-height: 16.94px;
    letter-spacing: -0.2800000012px;
    text-align: center;
  }
  .why .listWhy .itemWhy .titleWhy br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .why .listWhy {
    gap: 12px;
  }

  .why .listWhy .itemWhy .titleWhy {
    height: 33.88px;
  }
}

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