<style>
  {% scope_css %}
  .detail_tilte h1 {
    font-size: 50px; /* Adjust the size as needed */
    margin-bottom: 15px; /* Adjust the margin as needed */
  }
  
  @media (max-width: 767px) {
    .detail_tilte h1 {
      font-size: 25px; /* Adjust the size for mobile as needed */
      margin-bottom: 10px; /* Adjust the margin for mobile as needed */
    }
  }
  {% end_scope_css %}
</style>
