.contactIcon{
  display: inline-block;
      text-align: center;   
      vertical-align: top;
           margin-top: 40px;
               margin-left: 20px;
    margin-right: 20px;
          
}

.contactIcon a{

    display: block;
    color:#10447d;
    font-size: 13px;
    font-weight: bolder;
 

}

.contactIcon p{text-align: center;}

.contactoInfo{
  text-align: center;
  vertical-align: top;
      margin-top: 65px;
}

..bodyWrapper{
      text-align: center;
}

@media screen and (max-width: 920px) {
  .contactIcon{
  display:block;


}}