.speaker-section{
  position:relative;

padding:5rem 0;
}
.speaker-section .speaker-sphere{
position:absolute;
  top:-200px;
  left:-250px;
  max-width:500px;
}
.speaker-section-26 h1{
  font-family: "druk";
  font-size:51px!important;
  text-transform:uppercase!important;
   color:#353535;

  
}
.speaker-section a {
font-family: 'IBM Plex Sans', sans-serif;
    font-size: 20px;
}
.speaker-section a:hover {
color:#fff;
}

.speaker-section-26 h1,.speaker-section-26 h3,.speaker-section-26 p{
text-align:center;
  text-transform:none;
}
.speaker-section-26 p{
 font-family: "helvetica";
  font-size:22px;
  font-weight:300;
  color:#000;
}
.speaker-section-26 a{
display: block;
    max-width: 12rem;
    margin: auto;
  
}
.speaker-lines{
      position: absolute;
    /* float: right; */
    right: 80px;
    bottom: 60px;
}
.speakers-25 h3{
 font-family: "druk";
  font-size:24px;
      margin-top: 1rem;

  
}
.pad-1{
  padding: 1rem 0;
   font-family: "druk";
  font-size:180px;
  text-transform:uppercase!important;
   color:#353535;
  

}

.conference_hosts-25{
display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:1rem;
}
.invite-blurb{
  font-family: "ppsuppy-mono";
  font-size:20px;
background-color:#ec041c;
border:1px solid #ccc;
max-width:360px;
  padding:20px
}
.conference_hosts-25 img{
    width: 500px;
    height: 275px;

}
.conference_hosts-24 img{
width: 650px; 

}
.host{
margin-left:-30px;
}
.conf_host{
object-fit:contain;
}
.speakers-25{
  margin-top:3rem;
display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:1.5rem;
      max-width: 1200px;
    margin: 5rem auto;
}
.speaker
img {
      width: 338px;
    height: 273px;
      /* Set your desired height */
  object-fit: cover;  /* Prevents distortion by cropping the image to fit */
}
}
.speaker-section p{
   font-family: "sf-mono";
    margin: 0;
    font-size: 16px;
  
} 
@media (max-width:771px){
.speaker-lines{
  display:none;
  }
}

