
.customCarLease__list {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.customCarLease__item {
  max-width: 540px;
  width: 49%;
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 21px;
  background-color: var(--global-bg-color);
}

.customCarLease__item_img {
  max-width: 274px;
  margin-right: 20px;
}

.customCarLease__item_right {

}

.customCarLease__item_title {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed var(--border-color);
}

.customCarLease__item_subTitle {
  font-size: 16px;
}

.customCarLease__item_content {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; 
  margin-bottom: 22px;
}

.customCarLease__item_img img {
  width: 100%;
}

.customCarLease__item_appeal {
  font-family: var(--font-zen-kaku-new-type);
  color: var(--base-color);
}

.customCarLease__item_appeal .large {
  font-family: var(--font-rubik);
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .customCarLease__list {
    display: block;
    margin-top: 32px;
  }

  .customCarLease__item {
    display: block;
    width: 100%;
  }

  .customCarLease__item_img {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .customCarLease__item_img img {
    width: 130px;
    height: 110px;
  }

  .customCarLease__item_title {
    font-size: 18px;
    border-bottom: none;
    margin-left: 16px;
  }

  .customCarLease__item_subTitle {
    font-size: 14px;
  }

  .customCarLease__item_content {
    margin-bottom: 2px;
  }
}