.background {
  background-color: #eff6ff;
}

.linkedSpeaker-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.linkedSpeaker-wrap .speakerItem-wrap {
    width: 268px;
    background-color: #fff;
}

.circular-image {
  border-radius: 50%;
}
.speakerItem-wrap {
  box-shadow: 0px 5px 20px 0px rgba(40, 52, 79, 0.10);
  overflow: hidden; 
  margin-right: 10px; 
  margin-bottom: 20px;
  margin-left: 10px;
}

 @media screen and (max-width: 768px) {
    margin-right: 0; /* Remove the right margin for mobile devices */
    margin-bottom: 20px; /* Add bottom margin for creating a gap between stacked items on mobile */
  }
}
