p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 2em;
}

.heading {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
  color: #252525;
}

.heading-copy {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.link {
  font-family: 'Open Sans', sans-serif;
  color: red;
  text-decoration: none;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  color: #a0a0a0;
  text-decoration: none;
}

.paragraph {
  margin-bottom: 20px;
  border-bottom: 1px solid #9e9e9e;
  font-size: 1.1em;
  cursor: pointer;
}

.hidebox {
  overflow: hidden;
}

.p_std {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 1em;
  line-height: 2.5em;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}