@import url("./style.css");
@import url("../../../fonts/syu3c/trade-in-system.css");

.trade-in-system .txt {
  font-size: 20px;
  line-height: 1.55;
  font-weight: bold;
}
.trade-in-system .h2-section-title {
  font-weight: bold;
}
.trade-in-system .h4-section-info {
  font-weight: bold;
}

 .trade-in-system .banner1 {
  background-image: url(/assets/images/trade-in-system/image_001.jpg);
  background-size: cover;
  background-attachment: scroll
}
.trade-in-system .banner2 {
  background-image: url(/assets/images/trade-in-system/image_002.jpg);
  background-size: cover;
  background-attachment: scroll;
}
.trade-in-system .banner3 {
  background-image: url(/assets/images/trade-in-system/image_004.png);
  background-size: cover;
  background-attachment: scroll;
}

.trade-in-system .h4-body-title > i.transparent {
  font-size: 30px !important;
  background-color: transparent !important;
}
.trade-in-system .h4-body-title > i.blue {
  font-size: 30px !important;
  background-color: #279FBB !important;
  color: #ffffff;
}
.trade-in-system .round-icon-1 {
  width: 64px;
  height: 64px;
  border: 1px solid #279FBB;
  border-radius: 50%
}

.trade-in-system .Rectangle {
    width: 100%;
    margin: 36px 0 40px;
    padding-bottom: 30px !important;
    background-image: linear-gradient(to left, #c5cbcb, #657685);
}
.trade-in-system .card {
  margin: 18px;
  background-color:white; 
  text-align: center;
  padding-top: 27px;
  padding-bottom: 27px;
  line-height: 1.55;
  color: #4b4b4b;
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
  
}
.trade-in-system .advantages {
  font-size: 15px;
}
.trade-in-system .advantages h3.h3-body-title {
  font-size: 21px;
  font-weight: bold;
}
.trade-in-system .advantages div { 
  font-size: 15px; font-weight: bold; line-height: 1.55;
}
.trade-in-system .advantages ol li { 
  font-size: 15px; font-weight: bold; line-height: 1.55; 
}
#app .list-group > a.list-group-item {
  cursor: point;
  font-size: 15px;
  font-weight: bold;
}

.syu3c-slide-cap { 
  font-size: 64px;
  font-weight:bold;
}

.syu3c-slide-text  { 
  line-height: 1.55;
  font-size: 20px;
  font-weight:bold;
}
.syu3c-slide-text article {
  width: 300px;
  line-height: 1.2;
}