@media (max-width: 768px) {
	.section-home-events .box-news-events {
    	grid-template-columns: 100%;
	}
	.section-home-inter {
		display: grid;
    	grid-template-columns: 50% 50%;
    	grid-gap: 20px;
	}
	.section-home-since .box-right .image-1 img {
		width: 50%;
	}
	.section-home-slider .box-slider-content {
		padding-left: 20% !important;
	}
	.section-home-slider .box-slider-content h1 {
		font-size: 40px;
    	line-height: 45px !important;
	}
	.section-home-slider .box-slider-content p {
	    font-size: 14px !important;
	}
	.section-header-content.mobile {
		display: flex;
	}
	.section-header-content.website {
		display: none;
	}
	.section-header-content.mobile .et_pb_column_1_2 {
		display: flex;
    	justify-content: flex-end;
    	margin-bottom: 0;
	}
	.section-contact-flex { 
		display: block;
	}
	.section-contact-content { 
		margin-bottom: 0;
	}
	.section-projects-filter .box-our-projects { 
		grid-template-columns: 1fr 1fr;
	}
	.section-news-events .box-news-events-content.box-child, 
	.section-articles .box-articles-content.box-child { 
		grid-template-columns: 1fr;
	}
	.section-events-details .post .et_post_meta_wrapper img, 
	.section-article-details .articles .et_post_meta_wrapper img { 
		width: 100% !important;
	}
	.container-mobile .entry-content .et_pb_row { 
		width: 100% !important;
	}
	.section-news-events .box-news-events-content .background, 
	.section-articles .box-articles-content .background { 
		height: 170px;
	}
	.section-projects-filter .box-navbar { 
		display: grid;
    	grid-template-columns: 1fr 1fr;
	}
	.section-contact-map { 
		padding-top: 40px;
    	background: #F0F1F4;
	}
}


@media (max-width: 480px) {
	.section-home-product .box-slider-content {
		margin-top: 40px !important;
	}
	.section-home-product .box-slider-content p {
		margin-bottom: 20px;
	}
	.section-home-events .box-news-events .main { 
		grid-template-columns: 100%;
	}
	.section-home-events .box-news-events .content {
		height: 140px;
	}
	.section-home-events .box-news-events img {
		width: 100%;
	}
	.section-footer .footer-menu .et_pb_text_inner {
		grid-gap: 20px;
	}
	.section-home-slider .box-slider-content {
		padding-left: 10% !important;
		margin-top: -220px;
	}
	.section-home-slider .box-slider-content h1 {
		font-size: 22px;
    	line-height: 30px !important;
	}
	.section-home-slider .box-slider-content p {
	    font-size: 14px !important;
	    line-height: 20px !important;
	}
	.section-header-top .et_pb_column {
		margin-bottom: 0 !important;
	}
	.section-header-top-mail .box-items, 
	.section-header-top-phone .box-items {
    	justify-content: center;
	}
	.section-projects-filter .box-navbar,
	.section-news-events .box-news-events-content .main, 
	.section-articles .box-articles-content .main,
	.section-projects-filter .box-our-projects { 
		grid-template-columns: 1fr;
	}
	.section-news-events .box-news-events-content .time, 
	.section-articles .box-articles-content .time { 
		position: unset;
		margin-top: 20px;
	}
	.section-news-events .box-news-events-content .map { 
		position: unset;
	}
	.section-contact-content .box-image-ib { 
		width: 25%;
	}
}