.cta-bar {
  background: #007FC4;
  padding: 25px 0;
  text-align: center;
}

.cta-bar-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cta-bar-left p {
  margin: 5px 0;
  color: #fff;
  margin-right: 10px;
}

.cta-bar-right .cta_button {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
} line-height: 20px;
}

.cta-bar-right .cta_button img {
  margin-left: 10px;
}