.call-to-action {
  background: linear-gradient(360deg, #000101 0%, rgba(15, 60, 101, 0.8) 100%);
}
.cta-title {
  font-size: 3rem;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #128FE6;
}
.column-divider {
  transform: rotate(180deg);
  width: 3px;
  background-color: white;
  height: 12em;
}
.dotted-line {
  width: 5em;
  position: relative;
  height: 2em;
  border: #f0f0f0 3px dashed;
  border-top-style: none;
  border-right-style: none;
}
@media only screen and (max-width: 991px) {
  .column-divider {
    transform: rotate(0deg);
    width: 90%;
    height: 2px;
    margin-top: 0;
  }
}