.urm-vdf-cta-banner-wrapper {
  background: #252384;
  display: flex;
  align-items: center;
  justify-content: center;
}

.urm-vdf-cta-banner-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1280px;
  padding: 30px 0px;
}

.urm-vdf-cta-banner-text {
  flex: 1;
  margin-top: 45px;
}

.urm-vdf-banner-image-container {
  flex: 1;
}

.urm-vdf-cta-banner-text span.banner-title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.urm-vdf-cta-banner-text p.banner-content {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  margin: 30px 0px;
}

.urm-vdf-cta-banner-text a.button.button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 30px;
  gap: 12px;
  background: #5FFFAC;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-height: 50px;
}


@media screen and (max-width: 768px) {
  .urm-vdf-cta-banner-container {
    flex-direction: column-reverse;
    gap: 16px;
  }
  
  .urm-vdf-cta-banner-text {
    margin-top: 0;
    padding: 14px;
    text-align: center;
  }
  
  .urm-vdf-cta-banner-text span.banner-title {
    font-size: 35px;
  }
  
  .urm-vdf-cta-banner-text p.banner-content {
    font-size: 19px;
    margin-top: 30px;
  }
  
  .urm-vdf-cta-banner-text a.button.button-primary {
    margin: auto;
  }
}
