.cloud_tag {
    width: fit-content;
    background-color: #f5f5f5;
    padding: 11px 35px;
    border-radius: 8px;
    color: var(--black);
    font-size: var(--fs-16);
    font-weight: var(--font-weight-400);
}
.product_intro_wrp .product_intro_lhs .product_name {
  font-size: 54px;
  line-height: 1;
  letter-spacing: -0.1rem;
  font-weight: var(--font-weight-500);
  color: var(--black);
  margin: 20px 0px;
}
.product_intro_wrp .product_intro_lhs .product_sub_ttle {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: -0.1rem;
  font-weight: var(--font-weight-500);
  color: var(--black);
}
.product_intro_wrp .product_intro_lhs a.submit_cta {
  border: 1px solid #ED3438;
  border-radius: 8px;
  height: 60px;
  width: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-18);
  color: var(--black);
  font-weight: var(--font-weight-500);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: 40px;
}
.product_intro_wrp .product_intro_lhs a.submit_cta:hover {
  background-color: #ED3438;
  color: var(--White);
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .product_intro_wrp .product_intro_lhs .product_name {
    font-size: 46px;
  }
  .product_intro_wrp .product_intro_lhs .product_sub_ttle {
    font-size: 34px;
  }
  .product_intro_wrp .product_intro_lhs a.submit_cta {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .product_intro_wrp .product_intro_lhs .product_name {
    font-size: 46px;
  }
  .product_intro_wrp .product_intro_lhs .product_sub_ttle {
    font-size: 34px;
  }
  .product_intro_wrp .product_intro_lhs a.submit_cta {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product_intro_wrp .product_intro_lhs .product_name {
    font-size: 42px;
  }
  .product_intro_wrp .product_intro_lhs .product_sub_ttle {
    font-size: 30px;
  }
  .product_intro_wrp .product_intro_lhs a.submit_cta {
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .product_intro_wrp .product_intro_lhs .product_name {
    font-size: 38px;
  }
  .product_intro_wrp .product_intro_lhs .product_sub_ttle {
    font-size: 26px;
  }
  .product_intro_wrp .product_intro_lhs a.submit_cta {
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .product_intro_wrp .product_intro_lhs .product_name {
    font-size: 42px;
  }
  .product_intro_wrp .product_intro_lhs .product_sub_ttle {
    font-size: 30px;
  }
  .product_intro_wrp .product_intro_lhs a.submit_cta {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .product_intro_wrp .product_intro_lhs .product_name {
    font-size: 32px;
  }
  .product_intro_wrp .product_intro_lhs .product_sub_ttle {
    font-size: 24px;
    letter-spacing: -0.05rem;
  }
  .product_intro_wrp .product_intro_lhs a.submit_cta {
    font-size: 14px;
  }
}