.referenciak {
  border: 1px solid #ededed;
  max-width: 1180px;
  margin: 15px auto 55px auto;
  padding: 20px 20px;
}
.referenciak .row .col-md-4 {
  padding: 0 20px 20px 20px;
  border-right: 1px solid #ededed;
  margin-bottom: 40px;
  min-height: 355px;
  position: relative;
}
.referenciak .row .col-md-4:nth-child(3) {
  border-right: 0px;
}
.referenciak .row .col-md-4 img {
  width: 100%;
}
.referenciak .row .col-md-4 a.name {
  font: 700 20px 'Candara', sans-serif;
  color: #e20613;
  margin: 6px 0 7px 0;
  display: inline-block;
}
.referenciak .row .col-md-4 p {
  font-size: 17px;
  letter-spacing: -0.1px;
}
.referenciak .row .col-md-4 .after {
  width: 100%;
  height: 3px;
  background: #c3c1c2;
  position: absolute;
  max-width: 340px;
  bottom: -18px;
  left: 20px;
}
@media (max-width: 1100px) {
  .referenciak {
    padding: 10px 0;
  }
  .referenciak .row .col-md-4 {
    padding: 10px 10px;
  }
}
@media (max-width: 600px) {
  .referenciak .row .col-md-4 {
    width: 100%;
    border-right: 0;
    text-align: center;
    margin-bottom: 0;
  }
  .referenciak .row .col-md-4 .after {
    display: none !important;
  }
}
