#block-views-block-articles-block-5 .view-content{
	width:100%;
	overflow-x:scroll;
	overflow-y:hidden;
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
	
}

.view.view-articles{
		position:relative;
}

.view-content::-webkit-scrollbar { 
  display: none;
}

.view-footer .related-previous {
  position: absolute;
  left: 10px;
  top: 55%;
  /* top: 50%; */
  transform: translate(-100%, -50%) rotate(-180deg);
  height: 35px;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 2px 0 #ccc;
  border-radius: 50%;
  background: #fff url(/sites/default/files/2022-12/arrow-right_0.png) no-repeat center / contain !important;
}
    
    
.view-articles .view-footer .related-next {
  top: 55%;
  transform: translate(-100%, -50%) rotate(-180deg);
  height: 35px;
  width: 35px;
  position: absolute;
  display: flex;
  z-index: 999;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 2px 0 #ccc;
  border-radius: 50%;
  background: #fff url(/sites/default/files/2022-12/arrow-right_0.png) no-repeat center / contain !important;
  right: 10px !important;
  transform: translate(100%, -50%);
}
