body.widget-snippet{
background: #555;
}
.cover-section{
			max-width: 750px;
			margin: 0 auto;		
			text-align: center;			
		}
		.cover-section h2{
    font-size: 43px;
    color: #fff;
    margin-bottom: 35px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    line-height: 42px;
		}
		a.book-btn{
padding: 16px 37px;
    text-transform: uppercase;
    color: #000;
    font-size: 23px;
    background-color: #ffcb08;
    font-weight: 700;
    line-height: 24px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 35px;
    text-decoration: none;
    transition: 0.2s linear;
    font-family: 'Oswald', sans-serif;
		}
		a.book-btn:hover,  a.book-btn:focus{
			background-color: #006f3b;
			color: #fff;
text-decoration: none;
		}
		.cover-section ul{
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: center;
		}
		.cover-section ul li{
			display: inline-block;
			padding: 0 28px;
			position: relative;
margin: 0;
		}
.cover-section ul li::before{
display: none;
}
		.cover-section ul li:not(:last-child)::after{
			content: url(/template/6ed97c40/images/list-angle.png);
			right: -10px;
			position: absolute;
			top: 5px;
		}
		.cover-section ul li div.ico-img{
			margin-right: 15px; 
    line-height: 42px;
		}
		.cover-section ul li div.ico-text p{
			font-family: 'Museo 500';
			color: #fff;
			text-align: left;
			font-size: 16px;
margin: 0;
		}
		.cover-section ul li div{
			float: left;
		}
