body {
  background-color: #fff;
}

.call-to-action-area{
    background-image: url('../img/services/1.jpeg');
    z-index: unset;
}
.card-tab .card-tab-item.active{
    color: #ed5255;
}
.card-tab .card-tab-item:hover{
    color: #ed5255;
}

.title {
  display: flex;
  align-items: center;
  font-size: 45px;
  color: #261c19;
  padding-bottom: 59px;
  text-transform: uppercase;
}
.title::before {
  content: "";
  margin-right: 15px;
  width: 7px;
  height: 44px;
  background: #ed7422;
  border-radius: 4px;
}

.service-overview {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1480px;
  transform: translateX(-90px);
}

.service-overview .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

.service-overview .item:nth-last-child(-n + 4) {
  margin-top: 85px;
}

.service-overview .item .text {
  margin-top: 27px;
  font-size: 40px;
  font-weight: bold;
}

.domestic-logistics-service,
.domestic-purchase-service .item .text {
  color: #0e1d49;
}

.intelligent-setting-service .item .text {
  color: #f7b322;
}

.service-overview .item .sub-text {
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #666;
}

.iconFont-color-1 {
  color: #008284;
}

.iconFont-color-2 {
  color: #07387d;
}
