/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 23-Jul-2025, 3:17:40 PM
    Author     : njuser
*/

            .point{
                text-align: center;
            }
            .point ul{
                list-style: none;
                display: flex;
                padding: 0px;
            }
            .point ul li{
                border: 1px solid #ccc;
                padding: 20px;
                border-radius: 5px;
                width: 20%;
                text-align: center;
                font-size: 10px;
                margin: 0 5px;
            }
            .point ul li span{
                display: block;
                font-size: 16px;
                font-weight: bold;
            }
            section {
                clear: both;
                padding: 50px 0 50px;
                overflow: hidden;
            }
            #team {
                background-color: #F4F4F4;
            }

            @media(max-width:767px) {
                .point ul {
                    display: inline-block;
                }
                .point ul li{
                    width: 100%;
                }
            }

