.metropolis-body {
  background-color: #f8f8f8;
  padding: 0 25px;
}

.metropolis-block {
  flex: 30%;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.metropolis-block:nth-child(2) {
  padding: 0 20px;
}

.metropolis-block .button-teal {
  width: 100%;
  padding: 12px 0;
  background-color: #00b7d6;
}

.metropolis-block .button-teal:hover {
  color: white;
}

.metropolis-block a.page-link {
  text-decoration: none;
  display: contents;
}
.metropolis-image {
  min-height: 300px;
  background-size: cover;
}

.metropolis-block h4 {
  color: #4f555c;
  margin-bottom: 45px;
  line-height: 50px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.metropolis-block p {
  color: #464646;
  margin-bottom: 40px;
}

@media all and (min-width: 1024px) {
  .metropolis-body {
    min-height: 375px;
  }
}
@media all and (min-width: 625px) {
  .metropolis-block h4 {
    font-size: 2.25rem;
  }
}

@media all and (max-width: 1024px) {
  .metropolis-block {
    flex: 100%;
    padding: 25px 0;
  }

  .metropolis-block h4 {
    margin-bottom: 25px;
  }

  .metropolis-block:nth-child(2) {
    padding: 0 0;
  }
}
