.notes {
	padding: 78px 0 50px;
	background: url(/local/img/notes-bg.png) repeat center;
	background-size: 105%;
	background-position: -20px center;
}

.notes-title {
	font-family: Yeseva One;
	font-size: 34px;
	letter-spacing: 3.4px;
	text-transform: uppercase;
	position: relative;	
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.homepage-notes-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
	flex-direction: column;
}

.homepage-notes-wrapper .slick-list {
	overflow: visible;
}
.homepage-notes-wrapper .slick-track {
	display: flex;
}
.homepage-notes-wrapper .slick-dots {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	position: relative;
}

.homepage-notes-wrapper .slick-slide {
	display: block;
	width: 100%;
	max-width: 272px;
	height: auto!important;
	margin-right: 26px;
}
.notes-item {
	display: block;
	height: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	text-decoration: none;
}

.notes-item-img {
	overflow: hidden;
}
	
.notes-item-img img {
	width: 100%;
	height: 205px;
	object-fit: cover;
}

.notes-item-desc {
	padding: 20px;
	color: #7f7f7f;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .5px;
}

@media screen and (max-width:980px) {
	.homepage-notes-wrapper {
		display: flex;
		justify-content: space-between;
		margin-top: 1.5rem;
		flex-direction: column;
	}
	.notes-title {
		font-size: 20px;
		letter-spacing: 2px;
		margin: 0 auto;
	}
	.homepage-notes-wrapper .slick-slide,
	.notes-item 
	{
		margin: 0 auto;
	}
}

