.address {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.address-display {
  width: 400px;
  height: 400px;
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}
  .address-display > h2, .address-display p {
    color: #ffffff;
  }
.location-croatia {
  background-image: url("../img/locations-croatia-map.png");
}
.location-usa {
  background-image: url("../img/locations-usa-map.png");
}
