.Card {
  display: flex;
  margin-bottom: 5%;
}
.Card-Left {
  position: relative;
  width: 60%;
}
.Card-Left-Map {
  height: 0;
  padding-top: 56.25%;
}
.Card-Left-Map-Iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Card-Right {
  width: 40%;
  background: #5bc8ac;
  color: #fff;
}
.Card-Right h3{
  margin-top: 3%;
  margin-left: 3%;
}
.Card-Right p{
  margin-left: 3%;
}