  .cta {
  margin-top: 50px;
  cursor: pointer;
  overflow: hidden;
}
.cta .icon {
  font-size: 60px;
  margin: 0 0 0 0 !important;
}
.cta .icon span {
  color: #fff;
}
.cta .icon a:hover {
  text-decoration: none;
}
.cta .cta-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  margin-left: 8px;
  margin-top: 12px;
}
.cta .cta-title .title {
  padding: 2px 6px;
  line-height: 28px;
  color: #fff;
}
.cta:nth-child(3) .cta-title {
  margin-top: 15px;
}
.cta-request-info .title {
  background: #888581;
}
.cta-visit .cta-title {
  margin-top: 12px;
}
.cta-visit .title {
  background: #ca2028;
}
.cta-apply .title {
  background: #a6a65e;
}
.cta-explore .title {
  background: #3A7AAB;
}
@media (min-width: 768px) {
  .row.equal > div[class*='col-'] {
    margin-bottom: 16px;
  }
}
.how-we-will a:hover img {
  opacity: .6;
}
.how-we-will h2 {
  color: black;
  font-weight: bold;
  font-size: 34px;
}
