.aboutusinformation{
    margin-top: 2rem;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: aqua;
    background: transparent;
    padding: 2rem;
    border: .3rem solid gray;
}
.aboutusinformation01{
  
    width: 80%;
    height: auto;
    background-color:chartreuse;
    background: transparent;
    padding: 1rem;
  
   
}
.aboutusinformation02{
  margin-top: -90rem;
  width: 20%;
  height: 50rem;
  padding: 1rem;
}
.aboutusinformation02-listitem{

    width: 100%;
    height: 25rem;
    background-color: #1032a1;
    background: transparent;
    border: .1rem solid gray;

}
.aboutusinformation02-listitem01{

width: 100%;
height: 38rem;
background-color: green;
background: transparent;
border: .1rem solid gray;
margin-top: 7rem;

}

.home-to-about{
    width: 100%;
    height: 4rem;
    background-color: #d0cfd3;
    align-items: center;
    display: flex;
    padding-left: 4rem;
}
.home-to-about p{
    font-size: 1.9rem;
    color: rgb(42, 41, 41);
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
}
.aboutusinformation-addisnal-information{
    margin-top: 2rem;
    width: 100%;
    height: auto;
    background-color: #1032a1;
    background: transparent;
    padding: 2rem;

}
.aboutusinformation-addisnal-information p{
font-size: 1.5rem;
    font-weight: 500;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    
    text-align: justify;
}
.aboutusinformationtable{
    margin-top: 2rem;
    width: 100%;
   text-align: center;
    margin-bottom: 3rem;
    line-height: 5rem;
   
}
.brand-title{
    font-size: 1.9rem;
    font-weight:700;
    color: black;
}
.aboutusinformationtable input{
    width: 36%;
    height: 5.5rem;
    margin: -1rem;
   text-align: center;
   padding-left: 2rem;
    
}
.aboutusinformationtable input{
    font-size: 1.5rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    padding: 1rem;
}
#aboutusinformation-table-input{
    background-color: #c8c8ca;
}
.footer1{
    background-color: red; width: 50%; height: 4rem; display: flex; align-items: center;justify-content: end;background: transparent;
}
.footer2{
    background-color: #1032a1; width: 50%; height: 4rem; display: flex; align-items: center; justify-content: end; background: transparent;
}
#maincontrol{
    display: flex; justify-content: center;align-items: center; flex-wrap: wrap;
}

@media only screen and (max-width: 500px){
    .footer1{
        width: 100%;
        justify-content: center;
    }
    .footer2{
        margin-top: 1rem;
        width: 100%;
        justify-content: center;
    }
    .aboutusinformation01{
        width: 100%;
        padding: 0;

    }
    .aboutusinformation02{
        display: none;
    }
    .aboutusinformation{
        padding: 0;
    }
    .aboutusinformationtable{
        padding: 0;
        width: 100%;
    }
    .aboutusinformationtable input{
        width: 50%;
    }
    .brand-title{
    font-size: 1.5rem;
    font-weight:600;
    margin-top: 3.6rem;
   font-style: italic;
}
}
@media only screen and (min-width:501px) and  (max-width: 900px){
  .aboutusinformation01{
        width: 100%;
        padding: 0;

    }
    .aboutusinformation02{
        display: none;
    }
    .aboutusinformation{
        padding: 0;
    }
    .aboutusinformationtable{
        padding: 0;
        width: 100%;
    }
    .aboutusinformationtable input{
        width: 50%;
    }
 

}

