@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


.onecikan {
  margin: 15px 10px 30px 10px;
  width: auto;
  height: auto;
  background-color: white;
  box-shadow: 0px 0px 5px rgb(175, 175, 175);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
  border-radius: 10px;
}


.carousel {

  margin:0  auto 5px auto;

}

.carousel .owl-item {
  border: none;
}

.carousel .card {
 
  
  margin: 0 5px 4px 5px;
  height: 70px;
  border-radius: 5px;

}





.onecikan_img {
/* filter: brightness(80%); */
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}

.onecikan_title {

  color: #000000;

  text-align: center;
  word-wrap: break-word;
  line-height: 1.2;
  font-size: 14px;
}