
.review{
  padding: 10px 15px;
  border-radius: 20px;
}


.arrows {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-color: #cccccc;
}

.prev {
  border-bottom: 3px solid;
  border-left: 3px solid;
  transform: rotate(45deg);
  left: -10px;
  top: 50%;
  z-index: 1;
  border-color: #cccccc;
}

.next {
  border-bottom: 3px solid;
  border-left: 3px solid;
  transform: rotate(-135deg);
  right: -10px;
  top: 50%;
  border-color: #cccccc;
}
ul.slick-dots{
  display: flex;
  justify-content: center;
  list-style: none !important;
  padding: 0 !important;
}
ul.slick-dots li button{
  font-size: 0;
  margin-left: 5px;
  border: none;
  background: #ccc;
  color: #ccc;
  max-width: 8px !important;
  max-height: 8px !important;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  padding: 0;
}
ul.slick-dots li.slick-active button{
  background: #000;
  color: #000;
}
@media (max-width: 540px){
  .napisalionas .card{
    padding: 0px;
  }
  .napisalionas .review{
    padding: 10px 0px;
  }
}
@media (min-width: 768px){
  .slick-dots{
    display: none !important;
}