.cta {
  display: flex;
  justify-content: center;
}
.cta > a {
  cursor: pointer;
  display: flex;
}
.cta > a:hover,
.cta > a:focus,
.cta > a:visited {
  text-decoration: none;
}
.cta .icon {
  font-size: 60px;
  margin: 0 0 0 0 !important;
  display: flex;
  align-items: center;
}
.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;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.cta .cta-title .title {
  padding: 2px 6px;
  margin-bottom: 2px;
  line-height: 28px;
  color: #fff;
}
.cta-request-info .title {
  background: #888581;
}
.cta-visit .title {
  background: #ca2028;
}
.cta-apply .title {
  background: #a6a65e;
}
.cta-explore .title {
  background: #3A7AAB;
}
