.opinie {
  color: #191919;
  position: relative;
  background-color: #f3f5ec;
  padding-left: 5%;
  padding-right: 5%;
}
.opinie .title {
  margin-top: 0px;
  color: #91bd20;
  border-bottom: solid 1px rgba(37, 130, 138);
}
.opinie .item {
  padding: 10px 4%;
}
.opinie .item .image,
.opinie .item .image img {
  width: 150px;
  height: 150px;
}
.opinie .item .image {
  margin-left: auto;
  margin-right: auto;
}
.opinie .item .desc {
  color: #555;
  font-size: 14px;
}
.opinie .item .image img {
  border-radius: 120px;
}
.opinie .item .name {
  font-weight: 500;
}

.opinie .owl-theme .owl-nav {
  display: none;
}
.opinie {
  text-align: center;
}
.opinie .kolka {
  display: block;
  text-align: center;
  bottom: 0px;
  left: 0px;
}
.opinie .kolka span {
  background: url(../../images/kolko.png) center center no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0px 5px 0px 5px;
  cursor: pointer;
  border-radius: 10px;
  background-color: rgb(197, 194, 194);
}
.opinie .kolka span.hover {
  background: url(../../images/kolko_hover.png) center center no-repeat;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 520px) {
  .opinie {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
