.pad-8 {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .pad-8 {
    padding: 25px 0px;
  }
}

@media (max-width: 767px) {
  .edu-whychoose-section {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.edu-whychoose-section .title {
  margin-bottom: 30px;
}
.edu-whychoose-section .title h2 {
  font-size: 38px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}
.edu-whychoose-section .title p {
  font-size: 20px;
  line-height: 32px;
  color: #5c5c5c;
  font-weight: 400;
  max-width: 850px;
  margin: 0 auto;
}
.edu-whychoose-section .whychoose-box {
  display: flex;
  border: 1px solid #ededed;
  padding: 18px;
  border-radius: 10px;
  gap: 15px;
  cursor: pointer;
  margin: 15px 0px;
  height: calc(100% - 18px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.edu-whychoose-section .whychoose-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.0784313725);
}
.edu-whychoose-section .whychoose-box .left-icon {
  width: 40px;
}
.edu-whychoose-section .whychoose-box .left-icon span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 128, 131, 0.1019607843);
  border-radius: 50%;
  font-size: 13px;
  color: #005f60;
  margin-bottom: 10px;
}
.edu-whychoose-section .whychoose-box .left-icon span img {
  width: 15px;
  height: 15px;
  filter: brightness(0) saturate(100%) invert(41%) sepia(77%) saturate(589%) hue-rotate(135deg) brightness(94%) contrast(93%);
}
.edu-whychoose-section .whychoose-box .right-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 30px;
}
.edu-whychoose-section .whychoose-box .right-content p {
  color: #4b5563;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
/*# sourceMappingURL=why-choose.css.map */
