@media(max-width: 700px){
    nav ul {

        margin-top: 20px;
        margin-left: 0px;
    }

    nav ul li {
        width: 100%;
        background-color: #530108;
        margin-top: 5px;
        
    }
    #home h2{
        color: rgb(248, 133, 2);
        margin-left: 0px;
        margin-top: 10px;
        font-size: 24px;
        text-align: center;
        margin-left: 10px;
    }
    #home ul li{
        list-style: none;
        color: white;
        font-size: 12px;
        margin-left: -39px;
    }
    #home ul strong{
        color:rgb(248, 133, 2) ;
        font-weight: 900;
        margin-left: -39px;
    }
    .homeintro img{
        height: 60px;
        margin-left: 0px;
        margin-bottom: 10px;
    }

     h2{
        color: rgb(248, 133, 2);
        margin-left: 0px;
        font-size: 24px;
        text-align: center;
    
    }
    p{
        font-size: 12px;
    }
    .abouticon img{
        height: 80px;
    }
    .abouticon h2{
        color: rgb(248, 133, 2);
        margin-left: 5px;
        margin-top: 10px;
        text-align: left;
        
    }
    #digitalplatform h1{
        font-size: 30px;
        text-align: center;
    }
    .contacticon img{
        height: 80px;
        margin-left: 10px;
     }
     .contacticon h2{
        margin-left: 5px;
        margin-top: 30px;
    }
}