@media (max-width: 768px) {




.box-1 {
	padding: 5px;
    border-radius: 12px;
    margin-top: 8px;
	}
		
.box-2{
    padding: 12px;
    border-radius: 12px;
    /* border: #a1c5be solid 3px; */
    margin-top: 8px;
}
.access section img {
    border: #ffffff solid 1px;
    border-radius: 12px;
}	
	
.map {
    margin-top: 8px;
}	
	
}