@media screen and (max-width: 767px) {
  .sec_title {
    font-size: 2.5rem !important;
     font-weight:500!important;
  }
  .sec_subtitleNormal {
    font-size: 2rem !important;
    font-weight:unset!important;
     line-height: 1.5!important;
  }
  .sec_subtitle {
    font-size: 2rem !important;
    font-weight:500!important;
     line-height: 1.5!important;
  }
  .sec_subtitle a{
      font-weight:500!important;
  }
  .sec_titleDesc {
    font-size: 1.8rem !important;
    color:#646268!important;
     line-height: 1.5!important;
  }
  .sec_subtitleDesc {
    font-size: 1.8rem !important;
    color:#646268!important;
     line-height: 1.5!important;
  }
}

@media (min-width: 768px) {
  .sec_title {
    font-size: 4rem !important;
     font-weight:500!important;
         line-height: 1.5!important;
  }
  .sec_subtitleNormal {
    font-size: 2rem !important;
    font-weight:unset!important;
        line-height: 1.5!important;
  }
  .sec_subtitle {
    font-size: 2rem !important;
    font-weight:500!important;
        line-height: 1.5!important;
  }
  .sec_subtitle a{
      font-weight:500!important;
          line-height: 1.5!important;
           line-height: 1.5!important;
  }
  .sec_titleDesc {
    font-size: 1.8rem !important;
     line-height: 1.5!important;
    color:#646268!important;
  }
  .sec_subtitleDesc {
    font-size: 1.8rem !important;
     line-height: 1.5!important;
    color:#646268!important;
  }
}
