* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

.container {
  max-width: 1024px;
  margin: auto;
  line-height: 31px;
  padding: 30px 20px 60px 20px; }
  .container h1 {
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 25px;
    color: #0579b1; }
  .container h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px; }
  .container h3 {
    font-size: 19px;
    font-weight: normal;
    margin-bottom: 15px; }
  .container ul {
    list-style: none; }
    .container ul li {
      background: url("/assets/bullet.png") no-repeat left center;
      padding-left: 30px; }
  .container .block {
    margin-bottom: 35px;
    padding-left: 25px; }
    .container .block.contact {
      display: flex; }
      .container .block.contact > div:first-of-type {
        margin-right: 160px; }

/*# sourceMappingURL=style.css.map */
