/* PAGE */

.magic-container.first-container {
	padding-top: 0;	
}

.magic-container-grey {
	padding: 40px 80px 80px 80px;
	background-color: rgba(57, 57, 57, 0.05);
	color: #131313;
	width: 100%;
}
.magic-container-grey img[class*="wp-image"]{
	max-width: 100%;
	height: auto;
}
.magic-container-grey h2 {
	font-weight: 600;
	font-size: 18px;
	line-height: 29px;
}
.magic-container-grey h3 {
	font-size: 16px;
	line-height: 25px;
}

.magic-container-grey h1,
.magic-container-grey h2 {
	margin-top: 40px;
}
.magic-container-grey h3 {
	margin-top: 20px;
	font-weight: 500;
}

.magic-container-grey ol,
.magic-container-grey ul {
	margin-left: 20px;
	font-size: 14px;
}

.magic-container-grey p {
	font-size: 14px;
	line-height: 22px;
}

@media screen and (max-width: 768px) {
	.magic-container-grey {
		padding: 8px 40px 40px 40px;
	}
	.magic-container-grey h1,
	.magic-container-grey h2,
	.magic-container-grey h3 {
		margin-top: 32px;
	}
}

@media screen and (max-width: 360px) {
	.magic-container-grey {
		padding: 6px 20px 40px 20px;
	}
	.magic-container-grey h1,
	.magic-container-grey h2,
	.magic-container-grey h3 {
		margin-top: 24px;
	}
}