.site-main {
	background-color: #F3F8F9;
}

.content-section .content-about {
	max-width: 1200px;
	padding: 0 20px;
	margin: 30px auto 0;
}

.content-section .content-about p {
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 20px;
	font-size: 18px;
}



.content-section .content-about img {
	width: 100%;
	margin: 30px 0;
}

.about_wrap .container {
    max-width: 1800px;
}

.about_wrap {
	margin-top: 100px;
	position: relative;
}

.about_wrap {
	position: relative;
}

.about_wrap .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	text-align: center;
	color: #fff;
}

.about_wrap .content h2 {
	margin: 30px auto;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: normal;
}

.about_wrap .content p {
	font-size: 18px;
	margin-bottom: 20px;
}

.about_wrap img {
	width: 100%;
	height: 100%;
}

@media (max-width:1520px){ 
	.content-section .content-about p {
		font-size: 16px;
	}
	.about_wrap .content p {
		font-size: 14px;
	}
}

@media (max-width:1200px){ 
	.about_wrap .content {
		width: 90%;
	}
	.about_wrap img {
		height: 500px;
		object-fit: cover;
	}
}

@media (max-width:991px){ 
	.content-section .content-about p {
        font-size: 14px;
        line-height: 1.66;
    }
}


@media (max-width:768px){ 
	.about_wrap img {
		height: 100%;
	}

	.about_wrap .content p {
        padding: 0 20px;
    }

    .content-section .content-about {
    	padding: 0;
    }
    .about_wrap {
    	margin-top: 50px;
    }
}



