@media screen and (max-width:576px){
    nav h2{
    font-size: 1.5rem;
    font-weight: 700;
}
    .content .fetures-heading h1{
    padding-left: 20px;
    font-size: 2rem;
    border-left: 5px solid #FF900E;
    font-weight: 700;
    margin-bottom: 24px;
    
}
    .btn{
    background-color: #FF900E;
    padding: 10px 15px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    cursor: pointer;
}
    .banner-content h1{ 
    font-size: 2rem; 
}
     .nav,
    .team-continer,
    .features{
        flex-direction: column;
    }
    .nav ul{
        flex-wrap: wrap;
        gap: 40px;
    }
    .nav{
        text-align: center;
        gap: 20px;
    }
    .team-image{
        grid-template-columns: repeat(1,1fr);
    }
   .team-continer{
    flex-direction: column-reverse;
    text-align: center;
    padding: 20px;
   }
   .card{
    width: 80%;
   }
   .content{
    padding: 15px;
   }
   #button{
    margin: 0;
   }
   .fact-heading{
    text-align: center;
    padding: 20px;
   }
   .faect-card-continer{
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
    justify-items: center;

   }
   .sponsors-heading{
    padding: 20px;
   }
   .company{
    grid-template-columns: repeat(1,1fr);
    justify-items: center;
    gap: 25px;
}
}