/* .Speakers .contentList-item-name span {
  display: inline-block;
  width: 106%;
  vertical-align: middle;
}
.Speakers {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -28px;
}

.Speakers .contentList-item {
  position: relative;
  width: 184px;
  height: 243px;
  margin: 0 27px 28px 0;
  cursor: pointer;
}

.Speakers .contentList-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 120px;
  height: 160px;
  background: #0a28d7;
  border-radius: 10px;
  cursor: pointer;
}

.Speakers .contentList-item:nth-child(6n) {
  margin-right: 0;
}

.Speakers .contentList-item-img {
  position: relative;
  margin-top: 6px;
  margin-left: 6px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.Speakers .contentList-item-name {
  position: absolute;
  bottom: 6px;
  left: 0;
  max-width: 90%;
  background: #2640dd;
  opacity: 0.9;
  border-radius: 0px 22px 22px 0px;
  color: #ffffff;
  font-weight: 500;
  padding: 10px 22px;
  z-index: 1;
} */

.contentList {
  padding: 0;
}
.Speakers.contentList {
  display: flex;
  align-self: start;
  flex-wrap: wrap;
}
.Speakers .contentList-item {
  margin: 0;
  width: 180px;
  height: 339px;
  margin-right: 36px;
  cursor: pointer;
}
.Speakers.contentList-item:nth-child(6n) {
  margin-right: 0;
}
.Speakers .contentList-item-img {
  width: 180px;
  height: 180px;
  box-shadow: 0px 2px 10px 0px rgba(0, 23, 110, 0.06);
  border-radius: 50%;
  border: 1px solid rgba(47, 59, 91, 0.1);
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 23px;
}
.Speakers .contentList-item .contentList-item-name {
  text-align: center;
  /* margin-bottom: 17px; */
  font-weight: bold;
  font-size: 22px;
  color: #2f3b5b;
}
.Speakers .contentList-item-name span {
  display: inline-block;
  width: 100%;
}
.Speakers .contentList-item .contentList-item-description {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #2f3b5b;
}
