#section-page {
	background-color: #F7F5FB;
	padding: 80px 0 120px;
}
#catalog-section .product {
	background-color: #fff;
	display: block;
	padding: 30px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	text-decoration: none;
}
#catalog-section .product .photo {
	height: 230px;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
#catalog-section .product .name {
	color: #23205d;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin: 10px 0 25px;
}
#catalog-section .product .more {
	background-color: #6844be;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	color: #fff;
	border-radius: 20px;
	font-weight: bold;
	padding: 8px 50px;
}

#sections-list h2 {
	font-weight: 700;
	font-size: 36px;
	color: #1A1753;
	position: relative;
	padding-left: 60px;
	padding-bottom: 60px;
	margin-bottom: 0;
	padding-right: 20px;
	margin-top: 40px;
}
#sections-list h2:before {
	content: "";
	width: 37px;
	height: 2px;
	border-radius: 1px;
	position: absolute;
	background-color: #1A1752;
	left: 0;
	top: 23px;
}



@media (max-width: 991.98px) {

	#sections-list h2 {
		font-size: 30px;
		padding-right: 0;
		line-height: 50px;
		margin-top: 30px;
	}

}

@media (max-width: 575.98px) {

	#sections-list h2 {
		font-size: 24px;
		line-height: 32px;
		text-align: center;
		padding-left: 0;
		margin-top: 0;
		padding-bottom: 40px;
	}
	#sections-list h2:before {
		display: none;
	}

}



