.speakers-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    gap: 32px 24px;
}

.speakers-name{
  font-size: 28px;
  line-height: 34px;
}

.speakers-position {
    color: #47382d;
    line-height: 24px;
    font-weight: 400;
    font-size:16px;
    letter-spacing: 0.25px;
}

.speakers-position strong{
  font-size:14px;
  line-height:20px;
}

.speakers-photo {
  padding-left: 15px;
  max-width: 130px!important;
}

.speaker-bio:before {
  content:"";
  display:block;
  width:32px;
  height:2px;
  background:white;
  margin:24px 0 16px 0;
  border-radius:2px;
}


.speaker-bio {
    font-size: 16px;
  line-height: 24px;
  margin-bottom:0;
}

.speakers-item:not(.combo), .speakers-item-combo {
    border-image-outset: 0 0 0 0;
    border-image-repeat: unset;
    border-image-slice: 40 fill;
    border-image-width: 30px;
    border-style: solid;
}

.speakers-item {
    position: relative;
    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
    background: #EEF0F7;
    border-radius: 44px;
    padding: 40px;
    max-width: 460px;
}

.speakers-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
strong{
  font-weight:700;
}


@media screen and (min-width: 768px){

  .speakers-item:{
    margin-top: 0;
  }

}


@media screen and (max-width: 991px){
.speakers-container {
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
  }
  .speakers {
    position: relative;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px){
  .speakers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
.speakers-container {
    width: 100%;
    margin-top: 60px;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
  }
  .speakers-item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0px;
  }
}

@media screen and (max-width: 479px){
.speakers-item{
    padding: 10px 30px 30px 10px;
  }
  .speakers{
      margin-right: -5px;
  }
}