/*.features, .table , .logo {

display:block !important;


}
*/

@media (max-width: 767px) {


    .features, .table {


       /* padding: 0 10px !important; */
    
        border: 0 !important;
    
        display:block !important;

        width: auto !important;

        height: auto !important;
    
    }


    .features h2{
        font-size: 30px;
        font-weight: bold;
        position:relative;
        /*
        left: 15px;
        top: 10px;
        */
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        color: orange;
    }
    .features p{
        font-size: 20px;
        width: auto !important;
        font-family: 'Roboto', sans-serif;
        white-space: pre-wrap;
        position: relative;
    }
    .table table{
        border: 2px solid rgb(173, 172, 172) !important;
        border-radius: 5px !important;
        border-spacing: 5px !important;
        width: auto !important;
        height: auto !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }
    .table th, td{
        padding: 5px;
        text-align: center;
        border: 3px solid orange;
        border-collapse: collapse;
        
    }
    .logo img{
          
    height: auto !important;
    width: inherit;
    display: none;
    }
    

    

}




  .logo {


  padding: 0 10px !important;  
     /* padding: 30px 10px !important; */


    border: 0 !important;

    display:block !important;

}

.features, .table  {


    /*padding: 0 10px !important;  */

    padding: 40px 10px !important;
    border: 0 !important;

    display:block !important;

    

}



.features h2{
    font-size: 30px;
    font-weight: bold;
    position:relative;
    /*
    left: 15px;
    top: 10px;
    */
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: orange;
}
.features p{
    font-size: 20px;
    width: 50% ;
    font-family: 'Roboto', sans-serif;
    white-space: pre-wrap;
    position: relative;
}
.table table{
    /*
    border: 2px solid rgb(173, 172, 172);
    border-radius: 5px;
    border-spacing: 5px;
    position: absolute;
    left: 700px;
    top: 50px; */
    border: 2px solid rgb(173, 172, 172) !important;
    border-radius: 5px !important;
    border-spacing: 5px !important;
    position: absolute;
    /*left: 1038px;
    left: 865px;
    
    right: 385px;*/
    left: 1075px;
    top: 600px;
    /*width: 25% !important;*/
    width: auto !important;
    height: 30% !important;
    border-collapse: separate !important;
}
.table th, td{
    padding: 3px;
    text-align: center;
    border: 3px solid orange;
    border-collapse: collapse;
    
}
.logo img{
   /*
    width: 500px;
    height: 200px;
    position: relative;
    left: 50px;
    top: 80px;
     width: 250px;
    height: 100px;
    */
    width: 300px;
    height: 100px;
    position: relative;
    left: 150px;
    top: 15px;
}
