  .cta {
  display: flex;
  justify-content: center;
}
.cta > a {
  cursor: pointer;
  display: flex;
  min-height: 62px;
}
.cta > a:hover,
.cta > a:focus,
.cta > a:visited {
  text-decoration: none;
}
.cta > a.btn.btn-gray {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  /*border-radius: 4px;*/
}
.cta > a.btn.btn-gray:hover {
  color: #fff;
}
.cta .icon {
  font-size: 36px;
  margin: 0 0 0 0 !important;
  display: flex;
  align-items: center;
}
.cta .icon a:hover {
  text-decoration: none;
}
.cta .cta-title {
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.cta.cta-request-info a.btn.btn-gray:hover {
  border-color: #888581;
  background-color: #888581;
}
.cta.cta-explore a.btn.btn-gray:hover {
  border-color: #3A7AAB;
  background-color: #3A7AAB;
}
.cta.cta-visit a.btn.btn-gray:hover {
  border-color: #ca2028;
  background-color: #ca2028;
}
.cta.cta-apply a.btn.btn-gray:hover {
  border-color: #a6a65e;
  background-color: #a6a65e;
}
