.register-info {
  position: relative;
  background: linear-gradient(204.91deg, rgba(202, 215, 221, 0.96) 14.42%, #f4f5f7 52.36%);
  border-radius: 30px;
  overflow: hidden;
}
.register-info .ri-content {
  padding: 40px 32px 0;
}
.register-info .ri-content h3 {
  overflow-wrap: break-word;
}
.register-info .ri-content ul li {
  gap: 20px;
  font-size: 20px;
  line-height: 30px;
}
.register-info .ri-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.register-info .ri-content ul li::before {
  content: url(../images/icons/tick.svg);
  display: inline-block;
}
.register-info .ri-image {
  max-height: 314px;
  overflow: hidden;
}

.register-form .rf-title {
  margin-bottom: 32px;
}
.register-form .rf-title h4 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}
.register-form .rf-title .dr-steps span {
  color: #a6a6a6;
}
.register-form .input-field:last-child {
  margin-bottom: 32px;
}
.register-form .row {
  --bs-gutter-y: 0;
}

.btn-info-text {
  gap: 8px;
}
.btn-info-text .dr-steps span {
  color: #646464;
}

.dr-steps span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.dr-steps span:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin-right: -4px;
}

.rf-buttons .rfb-group {
  width: 100%;
}
.rf-buttons .rfb-group .btn-filled, .rf-buttons .rfb-group .btn-outlined {
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  padding: 12px 24px;
}
.rf-buttons .rfb-group .btn-filled svg, .rf-buttons .rfb-group .btn-outlined svg {
  margin-top: -2px;
}
.rf-buttons .rfb-group .btn-filled svg {
  margin-left: 20px;
}
.rf-buttons .rfb-group .btn-outlined svg {
  margin-left: 0;
  margin-right: 12px;
}
.rf-buttons .rfb-group .btn-filled svg, .rf-buttons .rfb-group .btn-text-frwd svg {
  transform: rotate(180deg);
}
.rf-buttons p {
  font-size: 14px;
  line-height: 20px;
  color: #646464;
}

@media (min-width: 768px) {
  .rf-buttons .rfb-group {
    gap: 40px;
  }
  .rf-buttons .rfb-group .btn-filled, .rf-buttons .rfb-group .btn-outlined {
    padding: 12px 40px;
  }
}
@media (min-width: 992px) {
  .register-form .rf-title {
    margin-bottom: 48px;
  }
  .register-form .rf-title h4 {
    font-size: 28px;
    line-height: 40px;
  }
  .register-form .input-field:last-child {
    margin-bottom: 44px;
  }
}
@media screen and (min-width: 1440px) {
  .register-info .ri-content {
    padding: 76px 36px 0 56px;
  }
}
