
section[data-cattype="602"].wrapper_middle{
    padding: 0;
}


[data-cattype="602"] .container-fluid{
    padding: 0;
    margin: 0;
}

[data-cattype="602"] .row {
	display: flex;
    justify-content: center;
    align-items: center;
}


[data-cattype="602"] .left {
	background-color: #4c4c4c;
	color: #fff;
	text-align: center;
	padding: 30px;
	margin: 0px 10vw 0px 10vw;
}

[data-cattype="602"] h1{
    
  color: #fff; 
}


[data-cattype="602"] .map {
	background-color: #e1dbdb;
	height: 430px;
	background-position: -22px 0px;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    [data-cattype="602"] .row {
	display: block;
    }
    
    [data-cattype="602"] .left {
	padding: 30px 20px 40px 20px;
	margin: 0;
    } 
    
    [data-cattype="602"] .map {
	height: 170px;
	background-size: contain;
    }
      
}

