/* ACF Field styles */
.mgap{
	width: 100%;
    height: 400px;
    
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 3px 49px 0px rgba(18, 46, 104, 0.13);
    box-shadow: 0px 3px 49px 0px rgba(18, 46, 104, 0.13);
    padding: 30px 40px
    
    
}
.acf-map {
    width: 100%;
    height: 100%;
  
    margin: 0;
}

/* Fixes potential theme css conflict.*/
.acf-map img {
   max-width: inherit !important;
}