#captureView {
  .mainInfo {
    .title {
      color: #3f84c5;
      font-family: Roboto;
      font-size: 32px;
      font-weight: 700;
      letter-spacing: 0.64px;
      line-height: 45px;
      margin-top: 100px;
    }

    .description {
      margin-top: 118px;
    }
    margin-bottom: 100px;
  }

  .container.blueBackground {
    padding-bottom: 200px;
    padding-top: 55px;

    .relations {
      div {
        padding-bottom: 22px;
      }
    }
  }
}
@media all and (max-width:1024px) {
  #captureView {
    .mainInfo {
      margin-bottom: 30px;

      .title {
        font-size: 22px;
        line-height: 40px;
      }

      .description {
        margin-top: 25px;
        margin-bottom: 20px;
      }

      .leftPanel {
        display: none;
      }
    }

    .container.blueBackground {
      padding-bottom: 0;

      .relations {
        div {}
      }
    }
  }
}