.usedcars {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .usedcars {
    padding: 40px 3% 12%;
  }
}

.usedcars .list_btn02 {
  width: 420px;
}

@media only screen and (max-width: 767px) {
  .usedcars .list_btn02 {
    width: 100%;
  }
}

.usedcars h2 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #1b365d;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .usedcars h2 {
    font-size: 2.2rem;
    margin-bottom: 4%;
  }
}

.usedcars .text {
  padding: 40px 0 0;
}

@media only screen and (max-width: 767px) {
  .usedcars .text {
    padding-top: 5%;
  }
}

.usedcars .text p {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .usedcars .text p {
    line-height: 1.6;
  }
}

@media only screen and (max-width: 767px) {
  .usedcars .list_btn02 {
    margin-top: %;
  }
}

.usedcars .about_selekt {
  background-color: #f7fbff;
  color: #1b365d;
  font-weight: bold;
  text-align: center;
  padding: 24px 15px;
}

.usedcars .selekt_service {
  margin-top: 80px;
}

.usedcars .selekt_service h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .usedcars .selekt_service h3 {
    font-size: 1.6rem;
  }
}

.usedcars .selekt_service .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .usedcars .selekt_service .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.usedcars .selekt_service .flex > div {
  width: 23.5%;
}

@media only screen and (max-width: 767px) {
  .usedcars .selekt_service .flex > div {
    width: 100%;
    margin-bottom: 5%;
  }
}

.usedcars .selekt_service .flex > div h4 {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 12px 0 4px 0;
}

.usedcars .selekt_service .flex > div p {
  line-height: 1.5;
}

.usedcars .selekt_service .list_btn02 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .usedcars .selekt_service .list_btn02 {
    margin-top: 5%;
  }
}
/*# sourceMappingURL=usedcars.css.map */