/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1920px) { 
	.container.container_lg{
		max-width: 1750px;
	}
}
@media (min-width: 1600px) and (max-width: 1919.98px) { 
	.container.container_lg{
		max-width: 1500px;
	}
}
@media (min-width: 1200px) and (max-width: 1599.98px) { 
	.container.container_lg{
		max-width: 1170px;
	}
	html{
		font-size: 55%;
	}
}
@media (min-width: 1200px) { 
	.container{
		max-width: 1060px;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
	html{
		font-size: 50%;
	}
}
@media (max-width: 991.98px) {
	html{
		font-size: 48%;
	}
	.home_area h1 {
	    font-size: 7rem;
	    max-width: 73rem;
	}
	.home_area {
	    padding: 14rem 0;
	}
	.footer_wrap{
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.footer_wrap .footer_item {
	    width: 48%;
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 48%;
	            flex: 0 0 48%;
	    margin-right: 0 !important;
	}
	.footer_wrap .footer_item:nth-child(2){
		border-right: none;
		padding-right: 0;
	}
	.home_area::before {
	    max-width: 89rem;
	}
	
}

/*Medium devices (tablets, 767px and down)*/
@media (max-width: 767.98px) {
	html{
		font-size: 35%;
	}
}

/*Small devices (landscape phones, 575px and down)*/
@media (max-width: 575.98px) {
	html{
		font-size: 1.9vw;
	}
	.container{
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.list_wrapper ul {
	    -webkit-column-count: 1;
	       -moz-column-count: 1;
	            column-count: 1;
	}
	.footer_wrap{
		display: block;
	}
	.footer_wrap .footer_item{
		width: 100%;
		border-right: none !important;
		padding-right: 0 !important;
	}
	h2 {
	    font-size: 4rem;
	}
	.home_area h1 {
	    font-size: 3rem;
	    max-width: 31rem;
	}
	.logo {
	    max-width: 25.5rem;
	}
	header p{
		line-height: 1;
		margin-top: 1.2rem;
	}
	.home_area {
	    padding: 7rem 0;
	}
	.home_area::before {
	    max-width: 44rem;
	    height: 2.5rem;
	}
}

