.reason-section{width:100%;padding:50px 0 60px;box-sizing:border-box}.reason-section .reason__title{font-weight:500;color:#333333;margin-bottom:12px;text-align:center}.reason-section .reason__description{width:90%;max-width:1350px;margin:0 auto;font-weight:400;color:#333333;line-height:30px;margin-bottom:40px}.reason-section .reason__content{width:90%;max-width:1350px;margin:0 auto}.reason-section .reason__list{width:100%;display:flex;flex-wrap:wrap;justify-content:space-around;align-items:stretch;gap:30px 20px}.reason-section .reason__item{width:calc(100% / 3 - 20px);max-width:446px;background:#FAFAFA;padding:40px 35px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;text-align:center}.reason-section .reason__item .reason__item-icon{width:133px;height:133px}.reason-section .reason__item .reason__item-icon img{width:100%;height:100%;object-fit:cover}.reason-section .reason__item .reason__item-text{margin-top:20px}.reason-section .reason__item .reason__item-title{font-weight:500;color:#DA0B10;margin-bottom:12px}.reason-section .reason__item .reason__item-description{font-weight:400;color:#333333;line-height:30px}@media screen and (max-width:760px){.reason-section .reason__item{width:100%}}@media screen and (min-width:760px) and (max-width:1020px){.reason-section .reason__item{width:calc(100% / 2 - 10px)}}