.signup-section {
  padding: 4rem;
  background: #FFFFFF;
  border-radius: 0.375rem;
}
@media (max-width: 991.98px) {
  .signup-section {
    padding: 3rem;
  }
}
@media (max-width: 767.98px) {
  .signup-section {
    padding: 2rem 1.5rem;
  }
}
.signup-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.signup-section__list li {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  display: flex;
}
.signup-section__list li:last-child {
  margin-bottom: 0;
}
.signup-section__list li i {
  font-size: 1rem;
  color: #0A6FE8;
  margin-right: 0.25rem;
  padding-top: 0.25rem;
  padding-right: 0.25rem;
}
.signup-section__list svg {
  min-width: 22px;
  width: 22px;
  margin-right: 0.5rem;
  fill: #0A6FE8;
  height: fit-content;
  margin-top: 4px;
}
.signup-section__bottom-form-text {
  color: #485E75;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .signup-section__bottom-form-text {
    text-align: center;
  }
}
.signup-section__subscription-frame {
  width: 100%;
  height: auto;
  min-height: 61.5625rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .signup-section__subscription-frame {
    min-height: 63.4375rem;
  }
}
@media (max-width: 991.98px) {
  .signup-section__subscription-frame {
    min-height: 56.25rem;
  }
}
@media (max-width: 767.98px) {
  .signup-section__subscription-frame {
    min-height: 60rem;
  }
}
.signup-section__typeB .btn-arrow {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.signup-section__typeB .btn-arrow svg {
  width: 18px;
  fill: #0A6FE8;
  vertical-align: middle;
}
.signup-section__typeB .signup-section__list {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .signup-section__typeB .btn-arrow {
    padding: 0;
  }
  .signup-section__typeB .signup-section__list {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .signup-section__typeB .signup-section__list {
    padding-left: 80px;
  }
}