.bg .titleWrap__teg{
	color: #EEECF6;
}

@media(max-width: 767px){
	.bg .titleWrap__teg{
		color: #645B83;
	}
	.blog__card {
		width: calc(50% - 15px) !important;
	}
}

@media(max-width: 600px){
	.blog__card {
		width: 100% !important;
	}
}

.formSect .formSect__title {
    justify-content: center;
}

.formSect .titleWrap__title{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}