.hailingmeng_core_support_main {
  background-color: #f9f8f3;
  padding: 8.5625rem 0 6.25rem;
}

.hailingmeng_core_support_header {
  margin-bottom: 4.6875rem;
}

.hailingmeng_core_support_title {
  margin-bottom: 1.125rem;
  color: #333;
  font-size: var(--font-size-h2);
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
}

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

.hailingmeng_core_support_content {
  display: flex;
  gap: 4.8125rem;
  align-items: center;
}

.hailingmeng_core_support_image_wrap {
  width: calc(771 / 1660 * 100%);
  flex-shrink: 0;
  align-self: stretch;
  max-width: 771px;
}

.hailingmeng_core_support_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hailingmeng_core_support_grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem 3.25rem;
}

.hailingmeng_core_support_icon_wrap {
  width: 5rem;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;

  margin-bottom: 1.375rem;
}

.hailingmeng_core_support_icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}

.hailingmeng_core_support_item_title {
  color: #927139;
  font-family: var(--title-font-family);
  font-size: var(--font-size-h3);
  font-weight: 400;
  line-height: 1;

  margin-bottom: 1rem;
}

.hailingmeng_core_support_item_desc {
  color: #666;
  font-family: var(--font-family);
  font-size: var(--font-size-md);
  font-weight: 400;
  line-height: calc(26 / 16 * 1em);
}

@media screen and (max-width: 1024px) {
  .hailingmeng_core_support_main {
    padding: 6rem 0 4rem;
  }

  .hailingmeng_core_support_header {
    margin-bottom: 3rem;
  }

  .hailingmeng_core_support_content {
    gap: 3rem;
    flex-direction: column;
  }

  .hailingmeng_core_support_image_wrap {
    width: 100%;
  }

  .hailingmeng_core_support_grid {
    gap: 2rem 2.5rem;
  }

  .hailingmeng_core_support_icon_wrap {
    width: 4rem;
  }
}

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

@media screen and (max-width: 480px) {
  .hailingmeng_core_support_grid {
    gap: 1rem 1.5rem;
  }

  .hailingmeng_core_support_item_title {
    font-size: 16px;
    line-height: 1.5;
  }

  .hailingmeng_core_support_item_desc {
    font-size: 12px;
    line-height: 1.5;
  }
}