@media (max-width: 768px) {
  .custom-section h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 380px) {
  .custom-section h2 {
    font-size: 23px !important;
  }
}

@media (max-width: 768px) {
  .custom-section .new-h3 {
    font-size: 23px !important;
    max-width: 330px;
  }
}


.custom-section h2 {
  font-weight: 500;
  font-size: 40px;
}

.custom-section .new-h3 {
  font-size: 40px;
}

