#content {
  padding: 0px !important;
}
.container {
  position: relative;
  max-height: 500px;
}
.container .img {
  background-image: url("/data/images/backgrounds/laptop_phone.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 50%;
}
.container .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #fff543;
  font-family: "nexa-bold";
  font-size: 64px;
  text-align: center;
}
.container .center .header {
  color: #fff;
  margin-bottom: 32px;
}
.gray-section {
  position: relative;
  background: #f2f2f2;
  padding: 64px 128px;
  color: #515151;
  margin-top: 32px;
}
.gray-section .content {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 800px;
}
.gray-section .content .header {
  color: #515151;
  font-family: "nexa-bold";
  font-size: 48px;
  margin-top: 64px;
  margin-bottom: 16px;
}
.gray-section .content .header:first-child {
  margin-top: 0;
}
a.button {
  display: inline-block;
  border: 1px solid #fff;
  margin-top: 32px;
  color: #fff;
  padding: 16px 32px;
  background: rgba(0, 0, 0, 0.25);
  font-family: "nexa-bold";
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
a.button:hover {
  border: 1px solid #fff543;
  color: #fff543;
}
@media only screen and (max-width: 1400px) {
  div.center {
    font-size: 48px !important;
  }
}
@media only screen and (max-width: 1200px) {
  div.center {
    font-size: 32px !important;
  }
}
@media only screen and (max-width: 700px) {
  div.center {
    font-size: 24px !important;
  }
  div.container div.img {
    background-size: 200%;
    padding-top: 100%;
  }
  .gray-section {
    padding: 32px 32px;
  }
  .gray-section .content .header {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
