#fw-section-custom-html-62541cbb-5304-4516-9bbb-d7f7ef9d501e {



.features {
            display: flex;
            justify-content: center;
            width: 100%;
            flex-wrap: wrap;
     
        }
        .feature {
            text-align: center;
            max-width: 350px;
            margin: 10px;
        }
        .feature img {
            width: 60px;
            height: 60px;
          margin-left: auto;
          margin-right: auto;
        }
        .feature h3 {
            font-size: 18px;
            margin: 10px 0 5px;
        }
        .feature p {
            font-size: 14px;
            color: #666;
        }
        @media (max-width: 768px) {
            .features {
                flex-direction: column;
                align-items: center;
            }
            .feature {
                max-width: 100%;
            }
        }
}