div.bg {
  background-color: rgba(0, 149, 218, .15);
}
h1, h2, h3, h4, h5, h6 {
  color: rgba(19, 11, 77, 1) !important;
}
p {
  color: #282828 !important;
}
.light i.icon-color {
  color: rgba(0, 149, 218, 1);
}
span , a {
  color: rgba(19, 11, 77, 1) !important;
  transition: .20s !important;
}
span:hover , a:hover {
  color: rgba(0, 149, 218, 1) !important;
}
.map-container {
  width: 75%;
  padding: 1.5% 0;
}
