.grey-metropolis h2 {
  font-family: "Satisfy", cursive;
  color: #00b7d6;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin: 0;
}

.grey-metropolis h2 ~ h3 {
  font-family: "Montserrat", sans-serif;
  color: #464646;
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 40px;
}
.grey-metropolis {
  display: flex;
  background-color: #f7f7f7;
  margin-bottom: 100px;
}

.grey-metropolis.img-right {
  flex-direction: row-reverse;
}

.grey-metropolis .metropolis-image {
  width: calc(100% / 3);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.grey-metropolis .metropolis-body {
  width: calc((100% / 3) * 2);
  display: flex;
  flex-wrap: wrap;
  padding: 60px;
}

.grey-metropolis .metropolis-body .metropolis-heading {
  width: 100%;
}

.grey-metropolis .metropolis-body .metropolis-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.grey-metropolis .metropolis-body .metropolis-text div:first-of-type {
  width: calc(40% - 15px);
}

.grey-metropolis .metropolis-body .metropolis-text div:last-of-type {
  width: calc(60% - 15px);
}

@media screen and (max-width: 1024px) {
  .grey-metropolis {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .grey-metropolis {
    flex-wrap: wrap;
  }
  .grey-metropolis .metropolis-image {
    width: 100%;
    height: 250px;
  }

  .grey-metropolis .metropolis-body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
  }
}

@media screen and (max-width: 580px) {
  .grey-metropolis .metropolis-body .metropolis-text {
    flex-wrap: wrap;
  }
  .grey-metropolis .metropolis-body .metropolis-text div:first-of-type,
  .grey-metropolis .metropolis-body .metropolis-text div:last-of-type {
    width: 100%;
  }
}
