.lista_opinii {
  position: relative;
  background-color: #242424;
  padding:30px 2% 20px 2%;
}
.lista_opinii .intro h2{
  color:#fff;
}
.lista_opinii a:hover{
	color:#fccb0f;
}
.opinie {
  color: #fff;
  position: relative;
  padding-bottom: 14px;
}
.opinie .author {
  font-weight: 600;
}

.opinie .owl-theme .owl-nav {
  display: none;
}
.opinie {
  text-align: center;
}
.opinie .item p {
  line-height: 1.5em;
  font-size: 18px;
}
.opinie .item .type {
  display: flex;
  justify-content: center;
}
.opinie .item .type img {
  height: 70px;
  width:auto;
  padding: 5px;
  margin-bottom: 5px;
}
.opinie ul.stars {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.opinie .stars li {
  background-image: url(../../images/star.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 40px;
  height: 40px;
  opacity: 0.3;
}
.opinie .stars li.active {
  opacity: 1;
}
.owl-carousel .owl-stage-outer{
	margin-bottom:10px;
}
@media screen and (max-width: 960px) {
   .opinie .item p{
       font-size:15px;
   }
}
@media screen and (max-width: 520px) {
  .opinie {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
