.about-company {
width: 100px;
display: none;


    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
      height: 46px;
     color: #FFF;
    padding: 0 10px;
    background: #234E9A;
    font-size: 16px;

 
}




@media all and (max-width: 600px) {
    .about-company {
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
  }