.hailingmeng_service_custom_main {
  background: #e4ddcf;
}

.hailingmeng_service_custom_content {
  display: flex;
  align-items: center;
}

.hailingmeng_service_custom_left {
  flex: 1;
  padding: 2rem 11.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hailingmeng_service_custom_icon_wrap {
  width: 9.5rem;
  aspect-ratio: 1 / 1;
  margin-bottom: 4.5rem;
}

.hailingmeng_service_custom_icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

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

  margin-bottom: 2.6875rem;
}

.hailingmeng_service_custom_desc {
  color: #666;
  font-size: var(--font-size-md);
  font-weight: 400;
  line-height: 1.5;
}

.hailingmeng_service_custom_right {
  width: 50%;
  flex-shrink: 0;
  align-self: stretch;
}

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

@media screen and (max-width: 1500px) {
  .hailingmeng_service_custom_left {
    padding: 2rem 8rem;
  }

  .hailingmeng_service_custom_icon_wrap {
    width: 8rem;
    margin-bottom: 3.5rem;
  }

  .hailingmeng_service_custom_title {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1280px) {
  .hailingmeng_service_custom_left {
    padding: 2rem 6rem;
  }

  .hailingmeng_service_custom_icon_wrap {
    width: 7rem;
    margin-bottom: 3rem;
  }

  .hailingmeng_service_custom_title {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .hailingmeng_service_custom_left {
    padding: 2rem 3rem;
  }

  .hailingmeng_service_custom_icon_wrap {
    width: 5rem;
    margin-bottom: 2rem;
  }

  .hailingmeng_service_custom_title {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .hailingmeng_service_custom_content {
    flex-direction: column;
  }

  .hailingmeng_service_custom_left {
    width: 100%;
  }

  .hailingmeng_service_custom_right {
    width: 100%;
  }
}