#commerce{padding: 5rem 5rem 0 5rem; margin-bottom: 8rem; background: linear-gradient(25deg, #fff 0%, #fff 50%, #fcf2e8 50%, #fcf2e8 100%);position: relative;overflow: hidden;}
#commerce h2{color:#f69 !important;}
#commerce h2 span::before, #system h2 span::after{background-color:#f69;}
#commerce .discri{border-top: 30px solid #f69;}
#commerce .discri p{ color: #fff;}

#commerce .section{padding: 0 20px 0 30px; box-sizing: border-box;}

#commerce h3{color: #333;position: relative; font-size: 14px; padding: 10px 0px 10px 15px;font-weight: bold;margin-bottom: 10px; border-bottom: solid 1px #f69;}
#commerce h3::before {
    position: absolute;
    content: "";
    display: inline-block;
    height: 25px;
    width: 5px;
    background: #f69;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#commerce .inner-fs{font-size: 14px; margin-bottom: 10px; background: #fff; border-radius: 10px; padding:5px 15px; box-sizing: border-box;}
#commerce .inner-fs a{text-decoration: underline;}