#services ul li {
  width: 560px;
  min-height: 330px;
}
#services .sub-service img {
  width:86px;
}
#services ul p {
  min-height: 105px;
  width:350px;
}
.reference-description {
  min-height:300px;
}
.services-button {
  display: inline-block;
  padding: 10px 50px;
}

#service-header {
  height:250px;
}
#service-header .title {
  padding-top:30px;
}
#service-header img {
  width:86px;
}
#description {
  padding: 30px 0 100px;
}

#more .col4 {
  list-style-type: none;
  padding: 30px 0 0;
  float: left;
}

#more .col4 img {
  width:86px;
}

.service-reportage .services-button {
  margin-top:20px;
}

#home .button.button-brochure {
  background-color: #acca46;
  float:right;
  margin-top:20px;
}

@media screen and (max-width: 1200px) {
  #services ul li {
    width: 470px;
    min-height:300px;
  }
}

@media screen and (max-width: 999px) {
  #services ul li {
    width: 320px;
    min-height:300px;
  }
  #services ul p {
    min-height: 120px;
    width:270px;
  }
  .reference-description {
    min-height:340px;
  }
}

@media screen and (max-width: 767px) {
  .reference-description {
    min-height:400px;
  }

  #service-header {
    height: auto;
  }
}

#partners {
  background: #fff;
  padding: 50px 0;
}

#partners h2 {
  font-family: Oswald, Arial, sans-serif;
  font-size: 22px;
  margin-bottom: 40px;
  border-bottom: 3px solid #E2E2E2;
  line-height: 0.05em;
}

#partners h2 span {
  background: #fff;
  padding-right: 20px;
}

#partners .container {
  background: #F5F4F3;
  padding:10px 9px 10px 10px;
}

#partners .container .description {
  background: #ffffff;
  padding:10px;
  margin-top:-2px;
  min-height:175px;
}

#partners .container .description h4 {
  font-weight:600;
}

#partners .container .description p {
  font-size:0.9em;
}

#partners .container .description .read-more {
  color:#999999;
  margin-top:15px;
  display:block;
}

#partners .container .description .read-more a {
  color:#999999;
  margin-left:10px;
}

#partners .container div.col img {
  width:100%;
}

#partners .col {
  margin-right: 10px;
}

#partners .col:last-child {
  margin-right: 0;
}

#partners .container .col3 {
  width: 267px;
}

@media screen and (max-width: 999px) {
  #partners .container .col3 {
    width: 307px;
  }
  #partners .container div.col img {
    height:110px;
  }
  #partners .container .col {
    margin-bottom: 10px;
  }
  #partners .container .col:nth-child(2n) {
    margin-right: 0px;
  }
}

.offer-description {
  padding:0 0 25px;
}

.offer-action {
  text-align:center;
}
