/*==================================================
  newsletter
==================================================*/
#newsletter-section-1 {
	background: #f5f4f6;
}
#newsletter-section-1 .text-wrap {
	padding-top: 90px;
	padding-bottom: 80px;
}
#newsletter-section-1 .text-wrap img {
	margin-bottom: 80px;
}
#newsletter-section-1 .title-wrap {
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
#newsletter-section-1 .title-wrap .h2 {
	font-size: 29px;
	line-height: 42px;
}
#newsletter-section-1 .title-wrap .btn {
	background: #492d8e;
    margin-left: 30px;
    color: white;
    height: auto;
    line-height: 1;
    padding: 20px 0;
}
#newsletter-section-1 .title-wrap .btn:hover {
	background-color: #400099;
}
#newsletter-section-1 .newsletter_search {
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 30px;
	color: #646363;
}
#newsletter-section-1 .newsletter_search select {
	background: transparent;
	border: none;
	margin-left: 10px;
	width: 195px;
	border-bottom: 1px solid #c2c1c2;
	color: #646363;
}
#newsletter-section-2 {
	background: #f5f4f6;
}
#newsletter-section-2 .container {
	padding-bottom: 30px;
}
#newsletter-section-2 .grid-3-col {
	grid-column-gap: 2.7%;
	justify-items: center;
	text-align: center;
}
#newsletter-section-2 .single-wrap {
	background: #ffffff;
	width: 100%;
	max-width: 80%;
	padding: 50px 10% 40px;
	margin-bottom: 55px;
}
#newsletter-section-2 .single-wrap > img {
	margin: 0 auto 30px;
}
#newsletter-section-2 .single-wrap > h3 {
	font-family: 'Superclarendon-Rg-Bold';
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 20px;
}
#newsletter-section-2 .single-wrap > a {
	justify-content: center;
	align-items: center;
	font-family: 'AvenirNextLTPro-Demi';
	font-size: 16px;
	line-height: 16px;
	color: #400099;
}
#newsletter-section-2 .single-wrap > a img {
	margin-left: 10px;
}
/*====================//====================*/
@media all and (max-width: 991px) {
	#newsletter-section-1 .text-wrap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#newsletter-section-1 .text-wrap img {
		margin-bottom: 30px;
	}
	#newsletter-section-2 .single-wrap {
		max-width: 94%;
		padding: 30px 3%;
		margin-bottom: 30px;
	}
	#newsletter-section-2 .single-wrap:last-child {
		margin-bottom: 0;
	}
}
/*====================//====================*/
@media all and (max-width: 767px) {
	#newsletter-section-1 .title-wrap {
		flex-direction: column;
	}
	#newsletter-section-1 .title-wrap h2 {
		text-align: center;
		margin-bottom: 30px;
	}
	#newsletter-section-1 .title-wrap .btn {
		margin-left: 0;
	}
}
/*====================//====================*/
@media all and (max-width: 375px) {
	#newsletter-section-1 .newsletter_search {
		flex-direction: column;
	}
	#newsletter-section-1 .newsletter_search select {
		font-size: 20px;
		margin: 10px;
	}
}
