body{
  background-color: #2b2b2e !important;
}



.page  .article-about-keysi{

  width: 95%; 
  padding: 30px 40px; 
  background-color:#fff !important;
   border-radius:10px;
   margin-top:20px; 
   max-width: 78vw;

}

.page  .article-about-keysi h2{
  padding-left: 0px;
  text-align: center;
  margin: 30px 0px;
font-size: 30px !important;
font-weight: 800;
 color:   #4884fa !important;

}

.page  .article-about-keysi h3{
  text-align: center;
  margin: 30px 0px;
  font-size: 30px;
    }



  @media screen and (max-width: 700px) {
    .page .article-about-keysi {
      width: 1000%;
      max-width: 86.24vw;}
    .breadcrumbs__container {
      margin-top: -30px;
    }


    .page  .article-about-keysi h2{
    font-size: 26px !important;

    
    }
    
    .page  .article-about-keysi p{
      margin: 20px 0px;
    }


  }