.cta_blue__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.cta_blue__wrapper a {
  width: -moz-max-content;
  width: max-content;
  background-color: #0c2964;
  padding: 0.75rem 0.625rem 0.75rem 2.1875rem;
  border: 1px solid #dadbdd;
  display: block;
  font-size: 1em;
  margin: 0.25rem;
  position: relative;
  color: white;
  text-decoration: none;
}
.cta_blue__wrapper a i {
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.625rem;
  color: #fff;
}
.cta_blue__wrapper a:hover {
  border: 1px solid #0c2964;
  text-decoration: underline;
  background-color: #fff !important;
  color: #0c2964;
}
.cta_blue__wrapper a:hover i {
  color: #0c2964;
}
