@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors company 
--------------------------------------------------------------------------------- */

.message {
  padding: 150px 0 110px;
  position: relative;
}
.message h2 {
  padding-bottom: 37px;
}
.message .read {
  font-size: 16px;
  text-align: center;
  margin-bottom: 35px;
}
.message .txt {
  width: 450px;
  margin: 0 auto 50px;
  text-align: center;
}
.message .photo {
  width: 840px;
  margin: 0 auto;
}

.outline {
  width: 540px;
  margin: 0 auto;
}
.outline h2 {
  padding-bottom: 60px;
}
.outline table {}
.outline th {
  width: 105px;
  padding: 0px 70px 20px 0;
  text-align: right;
}
.outline td {
  width: 365px;
  padding-bottom: 20px;
}





