/* Start custom CSS for html, class: .elementor-element-3bbd01f */.news-title-section {
  max-width: 1100px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.news-page-title {
  margin: 0;
  padding-left: 18px;
  border-left: 6px solid #1a73e8;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.2;
  color: #222222;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .news-title-section {
    margin: 1.5rem auto;
    padding: 0 0.75rem;
  }

  .news-page-title {
    font-size: 1.6rem;
    padding-left: 12px;
    border-left: 5px solid #1a73e8;
  }
}

@media (max-width: 480px) {
  .news-page-title {
    font-size: 1.4rem;
  }
}/* End custom CSS */