* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
  margin: 0;
}

h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

h1, h2 {
    margin: 30px 0;
    font-family: serif;
    text-transform: uppercase;
    color: #1B676B;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

a {
    color: #1B676B;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#head {
  background-color: #3B8686;
  border-top: 30px solid #1B676B;
  padding: 40px 0;
}

#head h1 {
  margin: 0;
  font-weight: 400;
  text-align: center;
  color: #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#head-image {
  background: #f5f5f5;
  padding: 0;
  border-bottom: 1px solid #DDD;
}

#head-image img {
  width: 100%;
}

#head-background-image {
  height: 653px;
  background: url(../img/buero-v5.jpg);
  background-size: cover;
  background-position: 0 0;
}

.type1 {
    width: 32%;
    margin-bottom: 30px;
}

.type2 {
    width: 24%;
    margin-bottom: 30px;
}

.type3 {
    width: 50%;
    margin-bottom: 30px;
}

.type4 {
    width: 50%;
    margin-bottom: 30px;
}

.what {
    font-weight: 400;
    font-size: 20px;
}

.what {
    font-weight: 600;
    font-size: 18px;
}

.value {
    font-weight: 300;
    font-size: 22px;
}

.check {
    background: url(../img/icon_check.svg) no-repeat;
    background-size: 20px;
    background-position: 0 center;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 300;
}

#footer {
    margin-top: 30px;
    padding: 15px 0;
    background: #f5f5f5;
    border-top: 1px solid #DDD;
    text-align: center;
}

@media (max-width: 1024px) {

  .container {
      margin: 0 15px;
  }
  

  
  #head h1 {
    font-size: 32px;
  }

  .type1,
  .type2,
  .type3 {
      width: 49%;
  }

}

@media (max-width: 960px) {
  #head-image .container {
	margin: 0;
  }
}

@media (max-width: 767px) {

  .container {
      margin: 0 10px;
  }

  #head h1 {
    font-size: 28px;
  }

  h2,
  .h2 {
    font-size: 26px;
  }

  .type3,
  .type4 {
      width: 100%;
  }

  .type3 img {
      width: 100%;
      height: auto;
  }

  .what {
      font-size: 16px;
  }

  .value,
  .check {
    font-size: 18px;
  }
}

@media (max-width: 600px) {

  #head h1 {
    font-size: 24px;
  }

  .value,
  .check {
    font-size: 16px;
  }

}
