@import url(https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,500&display=swap);
.inter-500, .text-share {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.inter-400, .policy-body li, p {
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.geely-font, .h2-title, .h5-title, .policy-body h4, .policy-body h5, h4, h5 {
  font-family: "GEELY Bold 20230926", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

main {
  padding: 0 3.5rem;
}

h5 {
  font-size: 20px !important;
  letter-spacing: 3px !important;
  line-height: 28.8px !important;
  margin-top: .5rem !important;
}

h4 {
  font-size: 22px !important;
  letter-spacing: 3px !important;
  line-height: 28.8px !important;
  margin-top: 1rem !important;
}

.tags:not(:last-child) {
  
  margin-right: 8px;
}

[dir="rtl"] .tags:not(:last-child) {
  margin-right: 0;
  
  margin-left: 8px;
}

.bg-gray {
  background-color: #f6f3f5;
}

.text-gray {
  color: #666 !important;
}

p {
  font-size: 16px !important;
  margin-bottom: 0px !important;
}

.border-gray {
  border-color: #ccc;
}

.img-rounded {
  border-radius: 18px;
}

.img-news {
  max-width: 648px !important;
}

figcaption {
  font-style: italic;
}

.cursor-pointer {
  cursor: pointer;
}

.text-share {
  font-size: 14px;
  line-height: 140%;
}

.policy-body h5 {
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 28.8px;
}

.policy-body h4 {
  font-size: 22px;
  letter-spacing: 3px;
  line-height: 28.8px;
}

.policy-body a {
  color: #000;
  font-weight: bold;
  font-family: "inter-bold";
}

.policy-body a svg {
  display: none;
}

.policy-body li {
  font-size: 16px;
}

.policy-body ul, ol {
  
  margin-left: 1rem;
}

[dir="rtl"] .policy-body ul, [dir="rtl"] ol {
  margin-left: 0;
  
  margin-right: 1rem;
}

.h5-title {
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 28.8px;
}

.h2-title {
  font-size: 44px;
  letter-spacing: 5px;
  line-height: 46.8px;
}

@media (max-width: 575px) {
  main {
    padding: 0 1rem;
  }

  .top-section {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .top-left-section {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .h2-title {
    font-size: 32px;
    letter-spacing: 3px;
  }

  h5 {
    font-size: 18px !important;
    line-height: 23.8px !important;
  }

  h4 {
    font-size: 20px !important;
    line-height: 23.8px !important;
  }

  .tnc-body li {
    font-size: 14px;
  }

  .h5-title {
    font-size: 18px;
    margin-bottom: 0;
  }

  p {
    font-size: 14px !important;
  }

  figcaption {
    font-size: 14px;
  }
}

.mr-2 {
  
  margin-right: 8px !important;
}

[dir="rtl"] .mr-2 {
  margin-right: 0 !important;
  
  margin-left: 8px !important;
}

