.ribbon-holder {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
}
.ribbon {
  height: 62px;
  top: -30px;
  position: absolute;
  z-index: 3000;
  display: block;
  margin: 0 auto;
  left: 30.5%;
}
.close-modal {
  cursor: pointer;
  position: absolute;
  top: -18px;
  right: -2rem;
  z-index: 900;
}

.card-body .container {
  max-width: 670px;
}


.pop-up-heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #003876;
  word-wrap: break-word !important;
  word-break: normal !important;
  font-size: 4.8rem;
  letter-spacing: -1px;
  line-height: 1.2em;
  text-align: center;
  padding-inline: 3rem;
}

.ldcv.ldcv-vortex.active > .base > .inner {
  overflow: hidden;
}
.ldcv > .base {
  position: relative;
  max-width: 100% !important;
}

.ldcv > .base > .inner.card {
  background-image: url("https://www.villyma.com/assets/img/bg/interiorbg3.jpeg");
  border-radius: 10px;
  padding: 5px 25px;
  overflow-y: hidden;
}
.ldcv > .base > .inner.card .container {
  width: 100%;
}

@media (max-width: 600px) {
  .ldcv > .base {
    max-width: 92% !important;
  }
  .ldcv > .base > .inner.card {
    padding: 5px 15px;
  }
  .ldcv > .base > .inner {
    max-width: 97%;
    margin-left: auto;
    margin-right: auto;
  }
  .ldcv > .base > .inner .container {
    padding: 0;
  }
  .form-wrapper label {
    font-size: 1.4rem;
    line-height: 1.2em;
    display: inline-block;
  }
  .pop-up-heading {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 1rem;
  }
  .close-modal {
    right: 0.5rem;
  }
  .submit-registration-btn {
    white-space: inherit;
  }
}