.contact{
    height: 48px;
  }
  .contact-block{
    padding: 35px;
    background: #f9f9f9;
    box-shadow: 0 0.2rem 0.4rem #d7dce2;
    border: 8px solid #fff;
  }
  #contact-massage{
    min-height: 140px;
  }
  .info-text{
    font-size: 20px;
    /* padding-bottom: 20px; */
    width: 100%;
    line-height: 30px;
  }
  .info-block{
    padding: 35px;
  }