.cta-component a.btn {
  min-width: 202px;
}
.cta-component h3{
  font-weight: 800;
  font-style: normal;
  color: #0000a0;
  line-height: 1.5;
  margin-left: 4rem;
  margin-right: 5rem;
}
.cta-component p{
  font-size: 1.25rem;
  margin-left: 4rem;
  margin-right: 5rem;
  line-height: 1.5;
}
.cta-component .bg-primary, .btn-primary {
  background-color: #0000a0 !important;
}

.cta-component .bg-primary:hover {
background-color: #070752 !important;
}

.cta-component .btn a:hover {
text-decoration: none !important;
}

.cta-component .text-white a{
  color: #fff !important;
}
.cta-component .rounded-0 {
  border-radius: 0 !important;
}
.cta-component {
  margin-bottom: 20px;
}

@media only screen and (max-device-width: 767px) {
  .cta-component .col-lg-10 {
    margin-left: 2.19rem;
  }
  .cta-component .btn {
    margin-bottom: 0.35rem;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
  .cta-component .col-lg-10 {
    margin-left: 3.19rem;
  }
  .cta-component .btn {
    margin-bottom: 0.35rem;
  }
}
