.speakers-page{
  display: flex;
  flex-direction: column;
}

.heading-section{
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  padding-top: 2rem;
  flex-direction: column;
  align-items: start;
  border-bottom: 1px solid #1c1c1c;
  margin-left: 4rem;
  margin-right: 4rem;
}

#heading{
  font-size: x-large;
  font-weight: 900;
  margin-bottom: 0;
  margin-top: 0;
  border-bottom: 1px solid red;
  text-align: left;
}

.text-section{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
  align-items: center;
  container-type: inline-size;
}

.speakers h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.speakers-grid {
  line-height: normal;
  text-align: center;
  display: flex;
  flex-direction: row;
  margin-top: 1.5em;
  justify-content: center;
  align-items: flex-start;  
  padding: 2rem;
  flex-wrap: wrap;
  gap: 1rem;  
}

.speaker-link{
  text-decoration: none;
  display: block;
  color: inherit;
}