<style> 
  .expert-subtitle {
    font-size: 1.75rem;
    text-align: center;
    line-height: 1.4;
  }

  .event-date {
    text-align: center;
    padding-top: 2rem;
  }

  .first-come {
    line-height: 1.25;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    margin: 0 auto;
  }

  .expert-spotlight-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
    padding: 40px 20px;
    color: white;
    justify-content: space-between;
    align-items: center;
  }

.expert-spotlight-left {
  padding: 0rem 2rem;
}

  .expert-spotlight-left, .expert-profile-image {
    flex: 1 1 50%;
    max-width: 650px;
    text-align: center;
  }
  .expert-profile-bio {
    color: #c59a4a;
}

  .expert-spotlight-right, .expert-profile-bio {
    flex: 1 1 43%;
    color: #000;
    padding: 0px;
    border-radius: 8px;
  }

  .expert-profile {
    display: flex;
    gap: 6rem;
    padding: 40px 20px;
    align-items: center;
    justify-content: space-between;
  }

  .expert-profile-image img {
    max-width: 600px; 
    max-height: 600px; 
    width: 100%;
    height: auto;
    border-radius: 8px;
    text-align: center;
    object-fit: cover;
  }

  .expert-profile-bio {
    flex: 1 1 45%;
  }

  .bio-text p {
    color: #fff;
    font-size: 18px;
  }
  
@media (max-width: 768px) {
    .expert-spotlight-wrapper,
    .expert-profile {
      flex-direction: column;
    }

    .expert-profile {
      flex-wrap: wrap;
    }
  }

.hs-video-container {
  max-width: 1760px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.hs-video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 51.14%;
}

.hs-video-widget {
  padding: 3rem 3rem;
}


</style>