.g-owlcarousel-item-img {
margin-top:-1rem;
}
.content h3{
border-bottom:2px solid #373737; 
padding-bottom:7px;
font-size:20px;
line-height:29px;
}
#box {
text-align: center;
padding: 11px;
display: inline-flex;
}
#box h3, #box p, #box ul{text-align:left; margin:10px 18px}

#box ul{padding-left:18px;}
#box li{font-size:16px}
#box p {margin-bottom:25px; font-size:16px;}
#box>div {
background: #ebebeb;
border-radius: 10px;
width:100%;
}
#box img{
	margin:30px 0;
}
@media screen  and (max-width:576px){
	#box{height:500px;white-space:normal;width:290px}
	#box img{width:200px}
	.content-r> .row{display:block;overflow:scroll; white-space:nowrap}
}