body, html {
  height: 100%;
}
.wrapper{
  width: 100%;
  margin: 0 0 -52px 0;
  min-height: 100%;
  height: auto!important;
  height: 100%;
}
.push {
  width: 100%;
  height: 52px;
}
.container {
  max-width: 927px;
  margin: 60px auto 0 auto;
  text-align: center;
  padding: 0 20px;
}
.at-font-h4 {
  line-height: 40px;
  margin-top: 36px;
}
.at-font-p {
  line-height: 24px;
}
.first {
  margin: 60px 0;
}
.just {
  text-align: justify;
}
.more {
  margin: 36px 0;
  display: block;
  font-weight: bold;
  font-size: 12px;
}
.icons {
  text-align: right;
  margin-bottom: 20px;
}
.icons ul {
  margin: 0;
  padding: 0;
}
.icons ul li {
  display: inline-block;
  margin-left: 36px;
}
footer {
  width: 100%;
  min-height: 52px;
}
@media (max-width: 768px) {
  .container {
    margin-top: 40px;
  }
  .at-font-h4 {
    line-height: 30px;
    margin-top: 24px;
  }
  .first {
    margin: 35px 0;
  }
  .icons {
    text-align: center;
  }
  .icons ul li {
    margin: 0 10px;
  }
}
