body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.header {
  background: black;
}

.subject {
  position: relative;
  width: 100%;
  height: 2200px;
}

.section {
  position: absolute;
  top: 80px;
  width: 100%;

  .title {
    margin-top: 48px;
    width: 60%;
    margin-left: 20%;
    font-size: 24px;
    margin-bottom: 24px;
  }

  .content {
    padding: 0 !important;
    display: flex;
    width: 80%;
    margin-left: 10%;
    justify-content: space-between;
    height: 550px;

    .img {
      width: 400px;
      transform: scale(0.4);
      position: relative;
    top: -120px;
    }

    .text {
      width: 450px;
      font-size: 20px;

      h2 {
        margin-top: 60px;
      }

      p {
        margin-top: 80px;
        line-height: 36px;
      }
    }
  }

  .table {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 160px;

    h2 {
      line-height: 100px;
    }

    p {
      line-height: 32px;
      font-size: 18px;
      margin-bottom: 24px;
    }
  }
}

.footer {
  position: absolute !important;
  bottom: 0 !important;
}