.cta-background-image .image .text .link a {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  border-radius: 60px;
  text-decoration: none;
  padding: 12px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border: 1px solid transparent;
}
.cta-background-image .image .text .link a svg {
  margin-right: 10px;
}
.cta-background-image .image .text .link a:disabled {
  opacity: 0.5;
}
.cta-background-image .image .text .link a:disabled:hover {
  cursor: not-allowed;
}

.cta-background-image .image .text .link a {
  background-color: #88BC23;
  color: #061D41;
}
.cta-background-image .image .text .link a:hover:not(:disabled) {
  background-color: #fff !important;
  border: 1px solid #88BC23;
}

.cta-background-image .image {
  position: relative;
  min-height: 480px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .cta-background-image .image {
    flex-wrap: wrap;
    min-height: unset;
  }
}
.cta-background-image .image img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .cta-background-image .image img {
    position: relative;
    height: 260px !important;
    inset: unset;
  }
}
.cta-background-image .image .text {
  position: relative;
  z-index: 1;
  background: #061D41;
  max-width: 690px;
  color: #fff;
  margin: 40px 5%;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .cta-background-image .image .text {
    width: 100%;
    max-width: unset;
    border-radius: 0;
    margin: 0;
    padding: 40px 20px;
    gap: 25px;
  }
}
.cta-background-image .image .text h3 {
  color: #fff;
}
.cta-background-image .image .text p {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 26px;
}
@media screen and (max-width: 600px) {
  .cta-background-image .image .text p {
    font-size: 15px;
  }
}
.cta-background-image .image .text .link a {
  height: 44px;
  width: 155px;
  padding: 0;
  text-align: center;
}

/*# sourceMappingURL=cta-background-image.css.map */
