.buyback {
  padding: 10.3rem 0 11rem;
  background-color: #f1f8fd;
  border-radius: 5rem
}
.buyback__content {
  display: flex;
  justify-content: space-between
}
.buyback__left {
  display: flex;
  flex-direction: column;
  width: 55rem;
  padding-top: .6rem
}
.buyback__title {
  margin-bottom: 2.6rem
}
.buyback__title span {
  color: #1e5d9d
}
.buyback__img {
  flex-grow: 1;
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden
}
.buyback__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.buyback__list {
  width: 59rem
}
.buyback__list-item {
  min-height: 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2.9rem 1.2rem 2rem;
  background-color: #fff;
  border-radius: 1.6rem
}
.buyback__list-item:not(:last-child) {
  margin-bottom: 1rem
}
.buyback__list-title {
  width: 42%;
  padding-left: 1.7rem;
  position: relative
}
.buyback__list-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background-color: #1e5d9d
}
.buyback__list-description {
  width: 53.6%;
  font-size: 1.2rem;
  line-height: 1.25;
  color: #6f6f71
}
.buyback_other {
  background: 0 0
}
.buyback_other .buyback__list-item {
  background-color: #f1f8fd
}
@media (max-width:48em) {
  .buyback {
    padding: 8rem 0;
    border-radius: 3.4rem
  }
  .buyback__content {
    display: block
  }
  .buyback__left {
    flex-direction: column-reverse;
    width: 100%;
    padding-top: 0;
    margin-bottom: 4rem
  }
  .buyback__title {
    margin-bottom: 0
  }
  .buyback__img {
    height: 30rem;
    border-radius: 3.2rem;
    margin-bottom: 4rem
  }
  .buyback__list {
    width: 100%
  }
  .buyback__list-item {
    min-height: auto;
    display: block;
    padding: 3.2rem 3rem 2.7rem;
    border-radius: 2.4rem
  }
  .buyback__list-item:not(:last-child) {
    margin-bottom: 3rem
  }
  .buyback__list-title {
    width: 85%;
    padding-left: 3.4rem;
    margin-bottom: 3rem
  }
  .buyback__list-title::before {
    width: 1.4rem;
    height: 1.4rem
  }
  .buyback__list-description {
    width: 100%;
    font-size: 2rem;
    line-height: 1.2
  }
  .buyback_other {
    padding: 4rem 0 8rem
  }
  .buyback_other .buyback__left {
    flex-direction: column
  }
  .buyback_other .buyback__title {
    margin-bottom: 4rem
  }
  .buyback_other .buyback__img {
    height: 52rem;
    margin-bottom: 0
  }
}