@media (max-width: 767px){
  .b-clubs-regional{
    margin-bottom: 2rem;
  }
}

.b-clubs-regional__item{
  border-bottom: #e6ebef solid 1px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  min-height: 60px;
}

.b-clubs-regional__item:after{
  content: ' ';
  clear: both;
  display: block;
  height: 1px;
}

.b-clubs-regional__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.b-clubs-regional__item-avatar{
  float: left;
  width: 60px;
  height: 60px;
}

.b-clubs-regional__item-body{
  margin-left: 75px;
}

.b-clubs-regional__item-body-title{
  font-weight: bold;
  margin-bottom: 3px;
}

.b-clubs-regional__item-body-topic{
  font-size: 13px;
  color: #9faeb8;
}

.b-clubs-regional__item-body-title-count {
  color: #f1592b;
  font-weight: normal;
}
