.benefits-trade-in .benefits__title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .benefits-trade-in .benefits__title {
    font-size: 32px;
  }
}
.benefits-trade-in .benefits__row {
  margin-top: 2px;
}
@media (min-width: 992px) {
  .benefits-trade-in .benefits__row {
    margin-top: 32px;
  }
}
.benefits-trade-in .benefits__col {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .benefits-trade-in .benefits__col {
    margin-top: 0;
  }
}
.benefits-trade-in .benefits-elem {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--bs-body-color);
  padding: 24px;
  height: 100%;
}
.benefits-trade-in .benefits-elem.-border {
  height: 100%;
  padding: 20px;
  border: 1px solid var(--bs-border-color);
  border-radius: 24px;
}
.benefits-trade-in .benefits-elem__icon {
  width: 80px;
  height: 80px;
  margin-top: -16px;
  margin-right: -16px;
  color: var(--bs-body-color);
}
.benefits-trade-in .benefits-elem__header {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.benefits-trade-in .benefits-elem__heading {
  font-size: 1.375rem;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.benefits-trade-in .benefits-elem__description {
  line-height: 1.5;
  color: var(--bs-gray-500);
}
