.owl-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}

.owl-carousel .item {
  margin: 0 10px;
}

.owl-carousel .item img {
  max-width: 100%;
}

.owl-carousel .item p {
  margin-bottom: 10px;
}

.owl-carousel .item .read-more {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 30px;
    color: #000;
}

.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 30px;
    color: #000;
}

