.spk-sec h2 {
  text-align: center;
}

.spkrs-wrp {
  display: flex;
  justify-content: center;
  gap: 5rem;
}

.name-role-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}

.spkr-col {
  width: 35%; 
}

.spkr-col h3 {
  font-size: 32px;
  color: var(--bs-pink);
  font-weight: 500;
  margin-bottom: .25em;
}

.spkr-col h4 {
  font-size: 18px;
  color: var(--bs-orange);
  font-weight: 500;
}

.lnkd-link img {
  height: 48px; 
}

  img.spkr-img {
    max-height: 300px !important; 
  }

@media (max-width: 1024px) {
  .spkrs-wrp {
  display: block;
} 
    .spkr-col {
  width: 75%;
 margin: 0 auto; 
}
  

@media (max-width: 768px) {
  .spkrs-wrp {
  display: block;
} 
  .spkr-col {
  width: 100%; 
}
}