/* --> Responsive <-- */
.ow-prednosti .single {
  width: 31%;
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .ow-prednosti .single {
    width: 100%;
    margin-top: 10px;
  }
}
.ow-prednosti .single img {
  -o-object-fit: contain;
     object-fit: contain;
}
.ow-prednosti .single .text-area {
  margin-left: 35px;
}
@media only screen and (max-width: 767px) {
  .ow-prednosti .single .text-area {
    margin-left: 16px;
  }
}

/*# sourceMappingURL=ow-prednosti-script.css.map*/