.scroll-text-container {
  background-color:#EEEFF3;
  border-radius: 7px;
  width: 100%;
    overflow: hidden;
}
 
 #slideboxFooter{
	
	margin:0 50px 0 30px; 
 }
 
 
.owl-prev {
position: absolute;
top: calc(50% - 10px);
left: 0;
border: solid #30333A;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 10px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
} .owl-next {
position: absolute;
top: calc(50% - 10px);
right: 0;
border: solid #30333A;
border-width: 0 2px 2px 0;
display: inline-block;
padding: 10px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
