



.max-width-1200	{
	max-width:1200px;
	margin:auto;
	padding:2% 5%!important;
}

.background-color-ccc	{
	background-color: #f8f8f8;
}




.img-fixed	{
    height: 20rem !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}



.blog_id_2	span{
	font-size:2rem!important;
}

@media (max-width:750px) {
	.blog_id_2	span{
		font-size:1.5rem!important;
	}
}
@media (max-width:600px) {
	.blog_id_2	span{
		font-size:1rem!important;
	}
}





.blog_id_3	{
	padding:50px 0 ;
}
.blog_id_3	img	{
	clip-path: polygon(50% 0, 50% 0, 100% 20%, 100% 80%, 50% 100%, 50% 100%, 0% 80%, 0% 20%);width: 500px !important;
	width:400px!important;
    margin-left: calc(50% - 200px);
    margin-bottom: 30px;
}
@media (max-width:900px) {
	.blog_id_3	img	{
		width:300px!important;
		margin-left: calc(50% - 150px);
	}
}
@media (max-width:700px) {
	.blog_id_3	td:nth-child(1), .blog_id_3	th:nth-child(1) 	{
		width:100%!important;
	}
	.blog_id_3	td:nth-child(2), .blog_id_3	th:nth-child(2) 	{
		display:none;
	}
}
@media (max-width:500px) {
	.blog_id_3	img	{
		display:none;
	}
}






.blog_id_5	td {
	padding:4%!important;
}






.blog_id_10		td{
	max-width:25%!important;
	width:240px;
	padding:0 30px;
	vertical-align:top;
}


.blog_id_10		img{
	width:240px;
	height:240px;
}
