/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap"); */

* {
  box-sizing: border-box;
  
}





/*-------------speakers section----------------*/
#speakers {
  /* max-width: 1500px; Limit width to align with other sections */
  padding: 0px; /* Add some padding for spacing */
  width:100%
}
.speakers-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.speaker {
  background: #fff;
  padding: 20px;
  width: 20%;
  text-align: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background-image: url('https://www.transparenttextures.com/patterns/cloth-alike.png'); Textured card background
}

.speaker-photo {
  border-radius: 50%;
  width: 70%;
  height: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}

.speaker deepak3 {
  color: #333;
  margin-top: 0;
}



}







