.trade-in__col {
  position: relative;
}
.trade-in-form__personal {
  padding: 16px;
  background-color: var(--bs-gray-100);
  height: 100%;
  border: 1px solid var(--bs-gray-200);
  border-radius: 12px;
}
@media (min-width: 992px) {
  .trade-in-form__personal {
    padding: 24px;
  }
}
.trade-in-form__subtitle {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .trade-in-form__subtitle {
    font-size: 1.25rem;
  }
}
.trade-in-form__agreement {
  margin-top: 8px;
}
.trade-in-steps-elem {
  background-color: var(--bs-gray-100);
  height: 100%;
  padding: 16px 20px 18px 16px;
  border: 1px solid var(--bs-gray-200);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
.trade-in-steps-elem__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-primary);
  color: var(--bs-white);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.trade-in-steps-elem__heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}
