
@media only screen and (max-width: 1025px){


.home-kurumsal-text{
padding-left:0px;
}

.home-sektor-grid{
width: 49%;
}

.alt-banner-grid .col-4{
width: 50%;
}

.social-icons{
width: 70%;
}

header{
height: 57px;
}


.sub-nav {
    background-color: #323232;
}

.text-block__content img{
	width: 100%;
}

.grid-wrp .grid-block__img{

    height: 100vw;	
}

.grid-overlap .big-col.right{

	float: none;
}

.contacts-container .map-wrp{
	width: 90%;
}

footer{
	margin-top: 0;
}

}


@media only screen and (max-width: 768px){

.home-sektor-grid{
width: 48%;
}

.grid-list .col-5{

width: 49%;	
}

.grid-list{

flex-wrap: wrap;	
}


.alt-banner-grid .col-4 {
width: 100%;
padding-bottom: 15px;
}

.alt-banner-grid{
flex-wrap: wrap;
}

.footer-links{

display: flex;
flex-wrap: wrap;
flex-direction: column;

}

.footer-links .col-4{
width: 100%;
}

.icon-text-set h4{
	padding: 0px;
}

}

@media only screen and (max-width: 480px){

.home-sektor-grid {
    width: 100%;
}

}