#scroll {
    display: none;
}
.container{max-width: 1080px;}
#customer-logo {display: none;}
 .points {
                position: relative;
                list-style: none;
            }

            .points > li {
                list-style: none;
                position: relative;
                padding: 0;
                padding-left: 16px;
                padding-bottom: 16px;
            }

            .points > li::before {
                position: absolute;
                content: "";
                left: -20px;
                top: -2px;
                -webkit-transform: translateY(15%);
                transform: translateY(15%);
                width: 24px;
                height: 24px;
        

                background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.9.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFCC01;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cpath class='st0' d='M22,11.1V12c0,2.2-0.7,4.3-2,6c-1.3,1.7-3.1,3-5.2,3.6c-2.1,0.6-4.3,0.5-6.3-0.2c-2-0.7-3.7-2.1-4.9-3.9 c-1.2-1.8-1.7-3.9-1.6-6.1c0.1-2.2,1-4.2,2.4-5.8s3.3-2.8,5.4-3.3c2.1-0.5,4.3-0.3,6.3,0.6'/%3E%3Cpath class='st0' d='M22,4L12,14l-3-3'/%3E%3C/svg%3E%0A");
            }


   .fea-row {
                display: flex;
                gap: 24px;
                margin-top: 24px;
                flex-wrap: wrap;
            }

            .fea-row > .cell {
                flex: 1;
            }

             .fea-box {
                background: #fbfbfb;
                padding: 16px;
                margin-bottom: 20px;              
                border: 1px solid #fbfbfb;
                border-radius: 8px;
            }

            .fea-box h3{font-size: 20px !important; margin-top: 4px;}


             @media screen and (max-width: 600px) {
                .fea-row > .cell {
                    flex:auto;
                    width: 100%;
                }
            }
