@media (min-width: 980px) {
  .how-to-find--block {
    max-width: 66.6666%;
    margin: 0 auto 90px;
  }
  .how-to-find--block:last-child {
    margin: 0 auto;
  }
}

.how-to-find--block .how-to-find--image {
  margin-bottom: 25px;
  position: relative;
  background-size: cover !important;
  background-position: right top -50px !important;
}

.how-to-find--block .how-to-find--title {
  position: absolute;
  right: 5px;
  bottom: 0;
}

.how-to-find--block h2 {
  font-family: 'Gotham-bold', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  color: #97c3e9;
  text-align: right;
}

@media (min-width: 980px){
  .how-to-find--block .how-to-find--title {
    bottom: 5px;
    right: 20px;
  }
  .how-to-find--block h2 {
    font-size: 38px;
    line-height: 48px;
  }
}

.how-to-find--block p {
  font-family: 'Gothambook', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: white;
  margin-bottom: 25px;
}