section {
    width: 100%;
}
/* About request
   ========================================================================== */
.about-request_title {
  margin-top: -5px;
}
.about-request_request-flow {
  position: relative;
}
.about-request_request-flow .about-request_request-flow_link {
  position: absolute;
  top: 47px;
  left: 620px;
  margin-top: 0;
  font-size: 14px;
}
.about-request_agreement {
  margin-top: -90px;
  padding-top: 130px;
}
.about-request_agreement p {
  font-size: 15px;
}
/* Request description
   ========================================================================== */
.request-description {
  padding-top: 35px;
}
.request-description_table {
  margin: 20px 10px 0;
}
.request-description_table > table {
  width: 100%;
  text-align: left;
}
.request-description_table > table th,
.request-description_table > table td {
  padding: 6px 15px;
  border: 1px solid #d2d2d2;
  font-size: 14px;
}
.request-description_table > table tbody th {
  background: #4d4d4c;
  color: #fff;
}
/* Agreement link
   ========================================================================== */
.agreement-link {
  margin-top: 20px;
  padding: 15px 40px;
  background: #fff;
  border-radius: 5px;
}
.agreement-link p {
  font-size: 15px;
}
@media only screen and (max-width: 768px){
  .container {
    padding: 0;
    overflow: hidden;
    margin-top: 0;
}
.agreement-link {
  margin-top: 0;
  padding: 0px 40px;
}
.request-description {
  padding-top: 0px;
}
p.mod-h1.desktop-hide {
  margin: 25px 0 0 0;
}
a:link {
  color: #111;
}
}
