.mnr-call-to-action.style3 .mnr-cta-wrapper,
.mnr-call-to-action.style3 .mnr-cta-content {
  position: relative;
}

.mnr-call-to-action.style3 .mnr-cta-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.mnr-call-to-action.style3 .mnr-cta-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(52, 42, 27, 0.8);
  transition: all 1s;
}

.mnr-call-to-action.style3 .mnr-cta-wrapper.parallax {
  background-attachment: fixed;
}

.mnr-call-to-action.style3 .mnr-cta-content {
  text-align: center;
}

.mnr-call-to-action.style3 .mnr-cta-title {
  font-family: var(--main-font);
}

.mnr-call-to-action.style3 .mnr-cta-title span {
  font-family: var(--base-font);
}

.mnr-call-to-action.style3 .mnr-cta-text {
  margin-bottom: 24px !important;
}
