.member-modal {
  padding: 60px 0;
}

.member-modal p {
  font-size: 18px;
  color: #112363;
  margin-bottom: 10px;
  line-height: 1.5;
}

.member-modal .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.member-modal .details .social {
  margin-bottom: 15px;
}

.member-modal .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

.member-modal .details .social a:hover {
  background: #4bb1ec;
  color: #fff;
}

.member-modal .details .social a i {
  font-size: 18px;
}
