/* Paragraph */
.rntc-more-information {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.rntc-more-information:before {
  content: '';
  background-color: #302454;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -100;
}

.rntc-more-information__image {
  margin: 2.4rem 0;
}

.rntc-more-information__content {
  background-color: #302454;
  margin: 0 0 24px 0;
  min-height: 234px;
  padding: 20px 20px 20px 20px;
}

.rntc-more-information__content-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 2rem;
  justify-content: center;
}

.rntc-more-information__header {
  font-weight: 700;
  color: white;
  font-size: 34px;
  line-height: 140%;
  max-width: 520px;
}

.rntc-more-information__description {
  color: white;
  font-size: 18px;
  line-height: 140%;
}

.rntc-more-information__link,
.rntc-more-information__link:hover {
  color: #ff6600;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}

.rntc-more-information__link:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 7C0 6.79375 0.0752501 6.59595 0.209196 6.45011C0.343142 6.30427 0.524812 6.22233 0.71424 6.22233H17.5603L13.0649 1.32924C12.9308 1.18322 12.8554 0.985162 12.8554 0.778651C12.8554 0.57214 12.9308 0.374087 13.0649 0.228061C13.199 0.082036 13.3809 4.86557e-09 13.5706 0C13.7602 -4.86557e-09 13.9421 0.082036 14.0762 0.228061L19.7902 6.44941C19.8567 6.52165 19.9095 6.60747 19.9455 6.70195C19.9815 6.79642 20 6.89771 20 7C20 7.10229 19.9815 7.20358 19.9455 7.29805C19.9095 7.39253 19.8567 7.47835 19.7902 7.55059L14.0762 13.7719C13.9421 13.918 13.7602 14 13.5706 14C13.3809 14 13.199 13.918 13.0649 13.7719C12.9308 13.6259 12.8554 13.4279 12.8554 13.2213C12.8554 13.0148 12.9308 12.8168 13.0649 12.6708L17.5603 7.77767H0.71424C0.524812 7.77767 0.343142 7.69574 0.209196 7.5499C0.0752501 7.40405 0 7.20625 0 7Z' fill='%23FF6600'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

@media(min-width:1200px){
  .rntc-more-information {
    flex-direction: row;
    justify-content: space-between;
  }

  .rntc-more-information:before {
    right: 2rem;
    left: 20rem;
  }

  .rntc-more-information__image {
    margin: 0 0 0 7.2rem;
  }

  .rntc-more-information__content {
    background-image: url("../images/rntc-more-information-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    margin: 0 0 0 108px;
  }
}

.apply-now-button-send-details .form-select label:after {
  content: '*';
}
