.views-people-ymca-style .people-content {
  margin-bottom: 15px;
  padding: 30px;
  border: 1px solid #f3f3f3;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09); }
  .views-people-ymca-style .people-content .people-image {
    border-radius: 50%;
    overflow: hidden; }
  .views-people-ymca-style .people-content .people-roles {
    text-transform: uppercase;
    font-size: 12px; }
  .views-people-ymca-style .people-content .people-desc {
    text-align: center;
    margin-top: 15px; }
  .views-people-ymca-style .people-content .people-name {
    font-weight: bold;
    margin-top: 15px;
    font-size: 18px; }
  .views-people-ymca-style .people-content .people-social {
    margin-top: 15px; }
    .views-people-ymca-style .people-content .people-social a {
      margin-right: 12px; }
      .views-people-ymca-style .people-content .people-social a:last-child {
        margin-right: 0; }
      .views-people-ymca-style .people-content .people-social a i {
        color: #fff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        display: inline-block;
        text-align: center;
        line-height: 30px;
        font-size: 12px; }
        .views-people-ymca-style .people-content .people-social a i.fa-facebook-f {
          background: #3b5998; }
        .views-people-ymca-style .people-content .people-social a i.fa-instagram {
          font-weight: bold;
          background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
        .views-people-ymca-style .people-content .people-social a i.fa-envelope {
          background: #e63030; }
