.sud-cta-banner {
  position: relative;
}
@media only screen and (max-width: 769.98px) {
  .sud-cta-banner {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.sud-cta-banner .page-width {
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .sud-cta-banner .page-width {
    padding: 0 1rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .sud-cta-banner .container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .sud-cta-banner .container .cta-content {
    padding: 0 1rem;
  }
}
.sud-cta-banner .cta-content {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.sud-cta-banner .cta-content .btn {
  margin: 0 auto;
}
.sud-cta-banner .cta-content p {
  margin: 12px auto;
}
.sud-cta-banner .cta-content ul {
  padding-left: 5px;
  margin: 12px 0 18px;
}
.sud-cta-banner .cta-content ul li {
  list-style-type: none;
}
.sud-cta-banner .cta-content ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 11px;
  border: solid 3px var(--accent-2-color);
  border-width: 0 3px 3px 0;
  rotate: 45deg;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .sud-cta-banner .text-section-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
}
.sud-cta-banner .text-section-background picture {
  width: 100%;
  height: 100%;
}
.sud-cta-banner .text-section-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 991.98px) {
  .sud-cta-banner .missing-mobile img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 300px;
  }
}
