.site-footer {
  font-family: 'Raleway';
  background-color: #1F1D4B;
  color: #DBE7FF;
}

.site-footer .container {
  padding-top: 40px;
  padding-bottom: 40px
}

.site-footer h3 {
  font-family: 'Raleway';
  color: white;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.site-footer .footer-location {
  margin-top: 39px;
}

.site-footer p {
  margin-bottom: 0;
  line-height: 1.5;
}

.site-footer .footer-block {
  margin-bottom: 15px;
}

.site-footer .inclusive-flag {
  height: 18px;
}


@media (min-width: 768px) {
  .site-footer .footer-map-image {
    max-width: 260px;
  }
}

@media (min-width: 992px) {
  .site-footer .footer-map-image {
    max-width: 100%;
  }
 }