@media only screen and (max-width: 1279px) {
  .webinar-title p {
    font-size: 20px;
    line-height: 32px;
    min-height: 140px;
  }
}
@media only screen and (max-width: 979px) {
  .webinar-video-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  .webinar-search-field-title h2 {
      font-size: 25px;
  }
  .video-popup-inner {
    max-width: 90%;
  }
}
@media only screen and (max-width:767px) {

  .gform_fields input,
  .gform_fields select,
  .gform_fields textarea {
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 10px 15px !important;
  }

  .contact-wr .gform_fields {
    gap: 20px 0 !important;
  }

  .gform-footer {
    padding: 25px 0 0 0 !important;
  }

 .main-header.fixed .logo-wr img {
    max-width: 135px;
    width: 100%;
  }
  .webinar-title p {
      font-size: 16px;
      line-height: 26px;
      min-height: 115px;
  }
    .webinar-video-grid {
      gap: 20px;
  }
  .play-button {
    width: 50px;
    height: 50px;
  }
  .title-heading {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 649px) {
.title-heading {
    flex-direction: column;
    gap: 20px;
}
}
@media only screen and (max-width: 567px) {
  .webinar-video-grid {
      grid-template-columns: repeat(1, 1fr);
  }
  .webinar-title p {
    min-height: auto;
  }
}