

.featured-section{
	display:flex;
	flex-direction: row;
}

.feature-heading{
	color: #4B5159;
	font-family: "Helvetica Neue";
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 60% */
	margin-bottom:50px;
}

.feature-wrapper{
	display: flex;
	gap: 30px;
	flex-wrap:wrap;
}

.featured-card{
	display:flex;
	flex-direction: column;
	min-height: 530px;
	flex: 1;
	flex-basis: 45%;
	
}





.featured-card .card-img{
	height: 260px;
  background-size:cover;
	background-position:center;
}

.type-bar{
	border-radius: 0px 0px 40px 0px;
	background: #00AEEF;
	color: #FFF;
	font-family: "Helvetica Neue";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 155.556% */
	padding:13px 15px;
}

.card-inner{
	padding 35px 24px;
	flex:1;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}


.filter-bar{
	padding 20px 0;
	margin: 50px 0 40px 0;
	max-width: 375px;
}

.filter-bar h4{
	margin-bottom:15px;
	color: #4B5159;
	font-family: "Helvetica Neue";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 120% */
}

.main-rec-wrapper{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}

.rec-card{
	flex: 1;
	flex-basis: 30%;
	flex-direction: column;
	display: flex;
	max-width:380px;
	min-height: 420px;
}

.rec-card .card-img{
	height:170px;
	background-position: center;
	background-size:cover;
	background-repeat:no-repeat;
} 

.rec-card h3{
	color: #4B5159;
	font-family: "Helvetica Neue";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px; /* 125% */
}


.pagination-container{
	display:flex;
	flex-direction:row;
	margin:65px 0;
}


.pagination-number{
	background:#fff;
	color:#4B5159;
	font-family: "Helvetica Neue";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	border: none;
	padding:8px 15px;
}

.pagination-number:hover{
	border-radius: 5px;
	background: #1FB268;
	color: #FFF;
	font-family: "Helvetica Neue";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	border:none;
	padding:8px 15px;
}


.pagination-number.active{
	border-radius: 5px;
	background: #1FB268;
	color: #FFF;
	font-family: "Helvetica Neue";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	border:none;
	padding:8px 15px;
}

#next-button, #prev-button{
	border-radius: 5px;
	background: #4B5159;
	padding:8px 9px;
	border:none;
}




@media(max-width:768px){
	.featured-card {
		flex-basis: 100%;
	}
	
	.rec-card{
		flex-basis: 100%;
	}
}
