﻿.rsi-team-member {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(26,47,51,.15);
  box-shadow: 0 5px 10px 0 rgba(26,47,51,.15);
  border-radius: 30px
}


.rsi-team-member .blog__content {
  width: 100%;
  padding: 20px;
}

.rsi-team-member .blog__content h6, .rsi-team-member .blog__content h5{
  display: -webkit-box;
-webkit-line-clamp: 1;
/*-webkit-box-orient: inherit;*/
overflow: hidden;
text-overflow: ellipsis;
text-align: center
}
.tst-spacer-sm{
  height: 1px;
margin: 15px 0;
border-bottom: dotted 2px rgba(26,47,51,.7);
opacity: .3;
}
.rsi-team-member .tst-member-descr {
  text-align: center;
}
.rsi-team-member .tst-member-descr {
  text-align: center;
  padding: 10px;
}
.tst-icon-link {
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "Josefin Sans",sans-serif;
  margin: 0 5px;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

/*# sourceMappingURL=style.min.css.map */

