
.titles h2 {
	font-size: 30px;
	font-weight: 600;
	color: #6b6c6c;
	margin-bottom: 20px;
}


@media screen and (max-width: 800px) {
	.titles h2 {
		font-size: 26px;
		margin-bottom: 20px!important;
	}
}