
body {
  font-family: Arial, sans-serif;
}
.hero {
  
  background: url("images/Map.png") center bottom/ cover no-repeat;
  padding: 100px 0;
  min-height: 646px;
  position: relative;
  color: white;
}
.section-title {
  font-weight: bold;
  margin: 40px 0 20px;
}
.service-card {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #ffffff;
  height: 100%;
}
.service-card-center{
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #2E313B;
  color: #ffffff;
  height: 100%;

}
.bi-2-square{
  color:#ffffff !important;
}
.footer {
  background-color: #f0f0f0;
  padding: 30px 0;
  margin-top: 40px;
  text-align: center;
}
