* {
    margin: 0;
    padding: 0;
  }
  .box {
    max-width: 1200px;
    margin: auto;
  }
  .borders {
    height: 4300px;
    border: rgba(203, 203, 200, 0.933) 1px solid;
  }
  .text{
    width: 100%;
    height: 100%;
  }
  .mainwrap {
    width: 1200px;
    height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    justify-content: space-around;
    align-items: center;
  }

  .col-6 {
    width: 200px;
    height: 60px;
  }
  .backhome {
    width: 100px;
    height: 40px;
  }
  .sm-hide {
    width: 300px;
    height: 60px;
    margin: auto;
    margin-left: 780px;
  }

  a {
    text-decoration: none;
    line-height: 60px;
  }
  .img {
    width: 100%;
    height: 250px;
  }

  h1 {
    text-align: center;
    text-indent: 2;
    margin-top: 20px;
  }
  .content {
    margin-top: 20px;
  }
  p {
    text-indent: 2%;
    font-size: 16px;
    line-height: 35px;
  }
  .demand {
    width: 600px;
    height: 300px;
    margin: auto;
    border: black 1px solid;
    display: flex;
  }
  .demand-s {
    text-align: center;
  }
  .demand > div:first-of-type {
    width: 300px;
    height: 300px;
    border-right: 1px solid black;
  }
  .demand > div:first-of-type > div:first-of-type {
    width: 300px;
    height: 50px;
    border-bottom: 1px solid black;
  }
  .demand > div:last-of-type {
    width: 300px;
    height: 300px;
  }
  .demand > div:last-of-type > div:first-of-type {
    width: 300px;
    height: 50px;
    border-bottom: 1px solid black;
  }
  .bold {
    font-weight: bold;
  }
  .attachment {
    font-size: 16px;
    margin-top: 30px;
  }
  .attachments {
    color: rgb(240, 124, 42);
  }
  .date {
    margin-top: 20px;
    margin-left: 900px;
  }