.news_item_actual{
  width:100%;
  max-width:100%!important;
  min-width:100%!important;
  position:relative;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
  border-radius: 50px !important;
  width: 50px !important;
  height: 50px !important;
  background: white !important;
  z-index: 99;
  transition: all .3s !important;
}
.slick-prev:before, .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7071 18.7071C10.3166 19.0976 9.68342 19.0976 9.29289 18.7071L0.792894 10.2071C0.402369 9.81658 0.402369 9.18342 0.792894 8.79289L9.29289 0.292892C9.68342 -0.0976316 10.3166 -0.0976315 10.7071 0.292892C11.0976 0.683418 11.0976 1.31658 10.7071 1.70711L2.91421 9.5L10.7071 17.2929C11.0976 17.6834 11.0976 18.3166 10.7071 18.7071Z' fill='black'/%3E%3C/svg%3E") !important;
  color: black!important;
}
.slick-next:before {
  transform: rotate(180deg);
  display: block;
  position: relative;
  left: 2px;
}
.news_item_info{
  margin-top:20px;
}