.htx {
  font-family: "Archivo", "Poppins", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}
.stx {
  font-family: "Poppins", "Archivo", sans-serif !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}
.stx2 {
  font-family: "Poppins", "Archivo", sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}
.dsx {
  font-family: "Poppins", "Archivo", sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}
.dsx2 {
  font-family: "Poppins", "Archivo", sans-serif !important;
  font-weight: 300 !important;
  line-height: 1.6 !important;
}
@media (min-width: 1500px) {
  .htx {
    font-size: 34px !important;
  }
  .stx {
    font-size: 20px !important;
  }
  .stx2 {
    font-size: 20px !important;
  }
  .dsx {
    font-size: 18px !important;
  }
  .dsx2 {
    font-size: 16px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .htx {
    font-size: 32px !important;
  }
  .stx {
    font-size: 19px !important;
  }
  .stx2 {
    font-size: 19px !important;
  }
  .dsx {
    font-size: 17px !important;
  }
  .dsx2 {
    font-size: 15px !important;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .htx {
    font-size: 30px !important;
  }
  .stx {
    font-size: 18px !important;
  }
  .stx2 {
    font-size: 18px !important;
  }
  .dsx {
    font-size: 16px !important;
  }
  .dsx2 {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1299px) {
  .htx {
    font-size: 28px !important;
  }
  .stx {
    font-size: 17px !important;
  }
  .stx2 {
    font-size: 17px !important;
  }
  .dsx {
    font-size: 15px !important;
  }
  .dsx2 {
    font-size: 13px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .htx {
    font-size: 26px !important;
  }
  .stx {
    font-size: 16px !important;
  }
  .stx2 {
    font-size: 16px !important;
  }
  .dsx {
    font-size: 14px !important;
  }
  .dsx2 {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .htx {
    font-size: 22px !important;
  }
  .stx {
    font-size: 15px !important;
  }
  .stx2 {
    font-size: 15px !important;
  }
  .dsx {
    font-size: 13px !important;
  }
  .dsx2 {
    font-size: 11px !important;
  }
}
@media (max-width: 767px) {
  .htx {
    font-size: 20px !important;
  }
  .stx {
    font-size: 18px !important;
  }
  .stx2 {
    font-size: 18px !important;
  }
  .dsx {
    font-size: 16px !important;
  }
  .dsx2 {
    font-size: 14px !important;
  }
}
