
#information-container{
    display: flex;
    justify-content: start;
    width: 100%;
   
    background-image: url('../images/background-texture-blue1.PNG');
    background-position: right ;
    background-repeat:repeat-y;
   
 
   background-attachment: fixed;
   
  

   
   
    

  

}
#faqs-panel{
    display: none;
}
                     

#information-button{
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 80%;
    
    
    padding: 100px;
    
   
   
   
   
   
}
#information-button button{
    width: 100%;
    background-color: #D2DAE4;
    border: none;
    color: #0B4874;
    padding: 30px 0 30px 46px;
    text-align: left;
    font-family: 'Rosarivo', sans-serif;
    font-weight: 600px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    margin-top:20px;
    outline: none;
   
}


#faqs-panel{
    background-color: white;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    
}
.dark-blue{
    color: var(--background-dark-blue);
   }
   .ligth-blue{
    color: var(--background-light-blue)
   }

.uppercase{
    text-transform: uppercase;
}