
h3 {
    display: block !important;
    clear: both !important;
    padding: 10px 0px !important;
}

.slick-list {
	width:1500px;
	height:auto;
	max-width: auto;
	max-height: auto;
	
}
.slick-list .slick-slide {
	max-width: auto;
	text-align: left;
	margin: 20px 20px;
	padding: 20px 20px;
	border-radius: 10px;
	
	}
.slick-list .slick-slide:nth-child(even) {
	background-color: #dde0ef4f;
	
}
.slick-list .slick-slide:nth-child(odd) {
	background-color: #9ce3ad4a;
}
.slick-arrow {
	z-index: 1;
	width: 40px;
	height: 10px;
}

.slick-arrow:before {
	font-size: 40px;
	color: darkblue;
}
.slick-next {
	right: 0;
	
}
.slick-prev {
	left: 0;
	
}


.button{
	border: none;
	font-size: 16px;
	color: darkblue;
	padding: 8px 16px;
	background-color: gold;
	border-radius: 6px;
	margin: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
  }
  .button:hover{
	background: darkblue;
	color: White;
  }
  
  
  #xs-newsletter-email::placeholder{color:#333}