.why-us .title { font-size: 28px; }
.why-us .list { display: flex; flex-wrap: wrap; padding-left: unset; list-style: none; margin: -12px -16px; justify-content: center;}
.why-us .list .item { width: 50%; padding: 12px 16px;}
.why-us .list .item-inner { background-color: var(--bg-sp-m); color: var(--cl-sp-w); border-radius: 70px; padding: 20px 35px; display: flex; align-items: center; height: 100%;}
.why-us .list .item-inner .icon img { width: 52px; }
.why-us .list .item-inner .text { flex: 1; padding-left: 30px; }
.why-us .des-main { font-size: 19px; font-weight: 700; }

