@media(max-width:768px) {
    .index-header {
      font-size: 10pt;
      color: rgb(239, 244, 242);
      height: 25%;
    }
    .text-1 {
        color: #0099ff;
        font-size: 20px;
        margin: 10px 2px 50px 2px;
        
    }
    .text-2  {
        color: rgb(9, 9, 9);
        font-size: 20px;
        padding-top: 55%;
       
        
    }
  
    .company-logo .main-logo {
        width: 22%;
        height: 40%;
        margin: 0px 5px 0px -15px;
    }

    .fixed-top{
        background-color: white;
        height: 125px;
        margin: 0px 0px 0px 0px;
    }

    .black{
        margin: -30px 0px 0px 40px; 
    }
  }