.map {
    background-color: #c5e2e5;
    background-position: 25% center!important;
    display: flex;
    justify-content: center;
    align-items: center;
    
 }

 .img_map {

  padding: 80px 50px 80px 0px;
 }

 .map_span {
    display: flex;
    width: 30px;
    height: 3px;
    background-color: #edc7b4;
    margin: 20px 0px;

 }

 .map_info p {
  font-family: 'NewYork';
  text-align:justify;
  color: #3588a1;
  font-size: 40px;
  max-width: 350px;
  text-align: left;
  
 }

 .reference {
    color: #e5ac8f;
    font-family: 'Work Sans';
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
 }


