.sec-1 {
  color: #fff;
  background-color: #007aa5;
  background-image: url(../images/about/bg-1.png);
  background-position: bottom 6px center;
  background-repeat: no-repeat;
  padding-bottom: 20px; }
  .sec-1 .header h1 {
    padding-top: 96px;
    margin-top: 0; }

.sec-2 {
  padding-bottom: 60px; }
  .sec-2 .sec-body .c1 {
    padding-top: 36px; }
    .sec-2 .sec-body .c1 p {
      margin-bottom: 18px; }
  .sec-2 .sec-body .c2 {
    padding: 22px 38px 20px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    color: #333;
    margin-top: -102px; }
    .sec-2 .sec-body .c2 h1 {
      padding-top: 18px;
      margin-top: 0;
      margin-bottom: 56px; }
    .sec-2 .sec-body .c2 .r1 {
      margin-bottom: 16px; }
    .sec-2 .sec-body .c2 .r2 {
      margin-bottom: 6px; }
    .sec-2 .sec-body .c2 label {
      width: 100%;
      font-size: 18px;
      font-weight: 400; }
    .sec-2 .sec-body .c2 textarea {
      background-color: #f4f4f4;
      border: none; }
    .sec-2 .sec-body .c2 p label {
      margin-bottom: 16px; }
    .sec-2 .sec-body .c2 input[type=email],
    .sec-2 .sec-body .c2 input[type=text] {
      padding: 8px 0 0px; }
    .sec-2 .sec-body .c2 input[type=submit] {
      padding-top: 16px;
      padding-bottom: 14px;
      line-height: normal;
      color: #fff;
      font-size: 20px;
      background-color: #d236a2; }
  .sec-2 img {
    align-self: center; }

.sec-3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f4f4f4; }
  .sec-3 .highlight {
    padding-top: 60px;
    position: relative; }
    .sec-3 .highlight:before {
      content: "";
      width: 120px;
      height: 3px;
      background-color: #b5b5b5;
      position: absolute;
      left: calc(50% - 60px);
      top: 22px; }

@media (max-width: 1024px) {
  .sec-2 .sec-body .c2 {
    margin-top: 30px; } }

/*# sourceMappingURL=root-about.css.map */
