@media (max-width: 768px) {
  .custom-image-highlight .attendease-block-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 20pt;
  }

  .website-styles .custom-hero-home.attendease-block-hero .attendease-content-section h1.attendease-hero-head-text {
    font-size: 18px !important;
    margin-bottom: 0;
  }

  .website-styles .custom-hero-home.attendease-block-hero .attendease-content-section .attendease-hero-text div:nth-child(2) span {
    font-size: 15px !important;
  }

  .website-styles .custom-hero-home.attendease-block-hero .attendease-content-section .attendease-hero-text div:nth-child(4) span:first-child,
  .website-styles .custom-hero-home.attendease-block-hero .attendease-content-section .attendease-hero-text div:nth-child(4) span:last-child span {
    font-size: 13px !important;
  }

  .website-styles .attendease-block-event-info .attendease-block-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .website-styles .custom-hero-home.attendease-block-hero .attendease-content-section p.attendease-hero-cta-text {
    margin-top: 0;
  }
  .attendease-featured-speakers-item {
    margin: 1 !important;
  }
}
