.dir_facebook {
  color:#3765a3 !important;
}
.dir_twitter {
  color: #5ea9dd !important;
}
.dir_instagram {
  color: #8a3ab9 !important;
}
.social_media_large {
  font-size: 36px !important;
  margin-right: 20px;
}

.img_round_alike {
  position: relative !important;
  height: 150px !important;
  background-repeat:   no-repeat !important;
  background-size:     cover !important;
  border-radius:150px;
}
.img_square_alike {
  position: relative !important;
  height: 150px !important;
  background-repeat:   no-repeat !important;
  background-size:     cover !important;
}
.social a{
  margin-left:10px; font-size:20px;
}
.dir_facebook {
  color:#3765a3 !important;
}
.dir_twitter {
  color: #5ea9dd !important;
}
.dir_instagram {
  color: #8a3ab9 !important;
}
.dir_name {
  font-size: 24px;
}
.dir_title {
  font-size: 18px;
  color: #757575 !important;
}

#ss-directory-ppl-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#ss-directory-ppl-list .ss-directory-ppl-list__card {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.ss-directory-ppl-list__card .dir_name {
  margin-bottom: 5px;
  text-align: center;
}

.ss-directory-ppl-list__card .dir_title {
  text-align: center;
}

.ss-directory-ppl-list__card .btn.center-block {
  margin-left: auto;
  margin-right: auto;
}

.ss-directory-ppl-list__card .sndPPLmsg {
  margin-top: 10px;
  margin-bottom: 10px;
  transform: translateX(0px);
}

.ss-directory-ppl-list__card .dir_website {
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  #ss-directory-ppl-list {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  #ss-directory-ppl-list .ss-directory-ppl-list__card {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #ss-directory-ppl-list .ss-directory-ppl-list__card {
    width: calc(100% / 3);
  }
}
