<style>  
  .lower-presenters__container {
    margin-bottom: 80px !important;
  }

  .lower-presenters-main-title {
    margin-bottom: 24px;
  }
  
  .lower-presenters__wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    max-width: 430px;
    margin-bottom: 24px;
  }

  .lower-presenters__image-wrapper {
    width: 200px !important;   
    height: 200px !important;
  }
  
  .lower-presenters__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 24px;
  }
  
  .lower-presenters-name {
    color: #1b1b1b;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 4px;    
  }
  
  .lower-presenters-title {
    color: #1b1b1b;
    font-family: IBM Plex Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    opacity: .5;    
  }
  
  @media (max-width: 575px) {
    .lower-presenters__container {
      flex-direction: column;
      gap: 50px;
    }
    
  }
  
</style>