@media (max-width:600px){
    .hero .hero-content h2{
        font-size: 32px;
        color: #fff;
        letter-spacing: 2px;
        line-height: 38px;
        text-align: center;
        font-family: 'montserrat' sans-serif ;
        font-weight: 400;
        text-transform: capitalize;
    }
    .navbar{
        padding: 0;
    }
    .navbar .navbar-brand .logo-div{
        width: 250px;
        height: 50px;
    }
    .navbar-collapse {
        background-color: #000;
    }
    .bgWhite .navbar-collapse {
        background-color: #fff;
    }
    .panel{
     
        height: fit-content;
        padding: 50px 10px;
        }
        .footer{
            background-color: black;
        }
        .footer p{
          
            font-size: 14px;
            line-height: 2;
        }
       
        .footer p i{
            margin-right: 3px;
        }
        .footer h4{
            text-align: left;
            color: #fff;
            font-size: 18px;
            line-height: 2;
        }
        
        .footer .col-md-3{
            margin-top: 10px;
        }
        section h2{
            font-size: 22px;
        }
        
        .ai-card{

            padding: 10px 20px;
        }

        .t-card{
            border: 1px solid black;

        }
        .t-card .t-head{
            display: flex;
            justify-content: space-between;
            padding: 10px 20px;
            background-color: var(--primari-color);
            color: #fff;
            text-decoration: none;
        }
        .t-card a{
            text-decoration: none;
        }
        .t-head i{
            font-size: 22px;
        }
        .t-body{
            padding: 10px;
            text-align: center;

        }
        .accordion-button:not(.collapsed){
            background-color: #fff;
        }
        .accordion-button{
            border: none;
            font-weight: 400;
            font-size: 18px;
        
        }
        .accordion-button span{
            color: var(--primari-color);
            font-size: 22px;
            margin-right: 5px;
            font-weight: 600;
            width: 30px;
            display: block;

        }
        
        .testi{
            max-width: 400px;
            color: #fff;
            }


}