.trade-in p {
  line-height: 2rem;
}
@media (width <= 47.99875rem) {
  .trade-in p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.trade-in ul:not([class]) {
  padding-left: 0rem;
  list-style-type: none;
  line-height: 2rem;
}
@media (width <= 47.99875rem) {
  .trade-in ul:not([class]) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.trade-in ul:not([class]) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.trade-in ul:not([class]) li:not(:last-child) {
  margin-bottom: 0.625rem;
}
.trade-in ul:not([class]) li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  display: inline;
  border-radius: 50%;
  background-color: var(--color-blue);
}
.trade-in__inner {
  padding-block: 3.75rem;
}
@media (width <= 63.99875rem) {
  .trade-in__inner {
    padding-block: 2.5rem;
  }
}
@media (width <= 47.99875rem) {
  .trade-in__inner {
    padding-block: 1.875rem;
  }
}
.trade-in__top {
  margin-bottom: 3.75rem;
}
@media (width <= 63.99875rem) {
  .trade-in__top {
    margin-bottom: 1.875rem;
  }
}
@media (width <= 47.99875rem) {
  .trade-in__top {
    margin-bottom: 1.25rem;
  }
}
.trade-in__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (width <= 89.99875rem) {
  .trade-in__body {
    gap: 2rem;
  }
}
@media (width <= 63.99875rem) {
  .trade-in__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width <= 47.99875rem) {
  .trade-in__body {
    gap: 1rem;
  }
}
.trade-in__form {
  width: 45%;
}
@media (width <= 63.99875rem) {
  .trade-in__form {
    width: 100%;
  }
}
.trade-in__form-title {
  margin-bottom: 2rem;
}
.trade-in__form textarea {
  resize: none;
}
.trade-in h3 {
  font-size: 1.625rem;
  font-weight: 600;
  margin: 0 0 1.25rem;
}
@media (width <= 63.99875rem) {
  .trade-in h3 {
    font-size: 1.375rem;
  }
}/*# sourceMappingURL=tradeIn.css.map */