.speaker-photo {
  width: 100%;
  height: 0;
  padding-top: 75%;
  background-size: cover !important;
  margin-bottom: 20px;
}
a.social-icon {
  height: 40px;
  width: 40px;
  border: solid 1px #d5d5d3;
  border-radius: 50%;
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  line-height: 38px;
  font-size: 17px;
  color: rgb(78, 82, 92);
  transition: all 0.3s ease 0s;
}
a.social-icon:hover {
  color: rgb(255, 153, 51);
}
.follow-text {
  font-size: 20px;
  font-weight: 500;
  color: #7d7d7d;
}