body {
  margin: 0;
}
.wrap {
  position: relative;
  overflow: hidden;
}
.content {
  max-width: 1100px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .content {
    box-sizing: border-box;
    min-width: 100% !important;
    max-width: 100%;
  }
}
.section-press {
  padding: 0px 100px;
  font-family: Roboto;
  max-width: 1000px;
  margin: 200px auto 0px auto;
}
.section-press h1 {
  font-size: 50px;
  text-align: center;
}
.section-press h2 {
  font-size: 40px;
}
.section-press h3 {
  font-size: 30px;
}
.section-press h4 {
  font-size: 20px;
}
#hidden-block1 {
  background-color: #fee030;
  height: 150px;
  width: 100%;
  position: absolute;
  top: 0px;
}
