#map-projects, #map-offices{
    height: 800px; 
}
#hidden-countries-projects, #hidden-countries-offices{
    visibility: hidden; 
}
ul.offices-list{
  margin:0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 50px;   
  list-style-type: none; 

}
ul.offices-list li{
  border-radius: 6px;
  font-size: 14px;
}
ul.offices-list h4{
  font-size: 20px;
  margin:0px 0px 0px 0px; 

  font-family: 'Neo Sans W02';  

  font-weight: normal;
}
#project-section, #offices-section{
  padding: 3rem 0px;
}
#project-section{
  background-color: #f5f6f7;
}
.email-contact{
  display: flex;
  align-items: center;
}
.email-contact::before{
  font-family: 'simple-line-icons'; 
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 content: "\e086";
  margin-right: 6px;
   
}
#block-officestitle{
  padding: 3rem 0px;
  background-color: #f5f6f7;
}
.area-contact-office::before {
  font-family: 'simple-line-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e086";
  font-size: 20px;
  margin-right: 4px;
}
.area-contact-office{
  display: flex;
  align-items: center;
}