<style> 
  .expert-subtitle {
    font-size: 2.25rem;
    text-align: center !important;
    line-height: 1.4;
    padding-top: 1.5rem;
  }

  .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;
    align-items: center;
  }




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

  input[type=submit] {
    background-color: #c59a4a !important;
    background-image: none !important;
    border: 1px solid #cb994d !important;
    font-size: 20.4px !important;
    line-height: 17.16px !important;
    padding: 1rem 3rem !important;
  }


  
@media (max-width: 768px) {
    .expert-spotlight-wrapper {
    }
  }
</style>