.why-boxes{display:flex;flex-direction:row;flex-wrap:nowrap;gap:30px;margin-top:50px;scrollbar-color:#FDC703 transparent;scrollbar-width:thin;overflow-x:auto}.why-boxes::-webkit-scrollbar{width:8px}.why-boxes::-webkit-scrollbar-track{background:transparent}.why-boxes::-webkit-scrollbar-thumb{background:#FDC703}.why-boxes::-webkit-scrollbar-thumb:hover{background:#fede7b}.why-boxes .why-boxes__box{width:250px;flex-shrink:0;flex-grow:0;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;align-items:flex-start}.why-boxes .why-boxes__box .why-boxes__box-img{max-width:65px;height:auto;flex-shrink:0;flex-grow:0}.why-boxes .why-boxes__box .why-boxes__box-content{display:flex;flex-direction:column;gap:10px}.why-boxes .why-boxes__box .why-boxes__box-image{max-width:100px;height:auto}