.hailingmeng_service_process_main {
  padding: 7.625rem 0 11.0625rem;
  background: #F9F8F3;
}

.hailingmeng_service_process_header {
  margin-bottom: 2.625rem;
}

.hailingmeng_service_process_title {
  color: #333;
  font-size: var(--font-size-h2);
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;

  margin-bottom: 1.125rem;
}

.hailingmeng_service_process_desc {
  color: #333;
  font-size: var(--font-size-md);
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
}

.hailingmeng_service_process_item {
  height: 100%;
}

.hailingmeng_service_process_img_wrap {
  width: 100%;
  aspect-ratio: 324 / 466;
  margin-bottom: 1rem;
}

.hailingmeng_service_process_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hailingmeng_service_process_item_title {
  color: #656463;
  text-align: center;
  font-family: var(--title-font-family);
  font-size: var(--font-size-h3);
  font-weight: 400;
  line-height: calc(31 / 26 * 1em);
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  .hailingmeng_service_process_main {
    padding: 5rem 0 7.5rem;
  }

  .hailingmeng_service_process_header {
    margin-bottom: 2rem;
  }

}

@media screen and (max-width: 768px) {
  .hailingmeng_service_process_main {
    padding: 3rem 0 4rem;
  }

  .hailingmeng_service_process_header {
    margin-bottom: 1.5rem;
  }

}

@media screen and (max-width: 576px) {
  .hailingmeng_service_process_item_title {
    font-size: 1.25rem;
  }
}