.m_banner {
  margin-top: 90px;
  margin-bottom: 20px;
}

.banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/page_home-meifa.jpg);
  background-size: cover;
  height: 250px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.template__title h2 {
  font-size: 1.5rem;
}

.meifa-run {
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #d6382f;
  color: yellow;
}
.meifa-run .template__title h2 {
  color: #fff;
}
.meifa-run ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-top: 15px;
}
.meifa-run li {
  display: flex;
  align-items: center;
  flex: 25%;
  gap: 5px;
  font-size: 14px;
  line-height: 18px;
}

.section {
  padding: 20px;
  margin: 15px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.section#benefits {
  padding: 30px 20px;
  background-color: #fff;
  margin: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.benefits-container {
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.benefit-card {
  padding: 8px;
  background-color: #f8f8f8;
  border-left: 4px solid #c39d6b;
}
.benefit-card .icon {
  font-size: 40px;
  color: #c39d6b;
  margin-bottom: 10px;
}
.benefit-card .title {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
}

.course-system {
  display: grid;
  gap: 15px;
  margin-top: 20px;
}

.course-card {
  background: linear-gradient(135deg, #f8f8f8, #ffffff);
  padding: 20px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.course-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #c39d6b;
}

.advantage-list li {
  padding: 12px;
  background: #f4f4ff;
  margin: 10px 0;
  border-radius: 6px;
  list-style: none;
}

.contact-bar {
  background: #6c5ce7;
  color: white;
  padding: 15px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.qa-container {
  margin-bottom: 30px;
}

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