.bg-image {
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100% !important;
}

.cta-module-section {
  border-radius: 3px;
  box-shadow: 0 3px 10px #04101c12;
}

.cta-module-section .cta_module {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  opacity: 1 !important;
  padding-bottom: 70px;
  padding-top: 70px;
  width: 70%;
}

.content-left {
  text-align: left;
}

.content-center {
  text-align: center;
}

.content-right {
  text-align: right;
}

.cta_module .title,
.cta_module .title h2 {
  font-size: 30px;
  font-weight: 700 !important;
  line-height: 40px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .cta-module-section .cta_module {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
    width: 80%;
  }
}

@media (max-width: 425px) {
  .cta_module {
    padding-bottom: 50px;
    padding-top: 50px;
    width: 85%;
  }
}
