h2 {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.body {
  color: #3b3b3b;
  background-image: url('../images/BG_CursNLP-resized.jpg');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  border-left: 1px solid #470a0a;
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Kanit, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.logo {
  text-align: center;
  margin-bottom: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.heading {
  color: #000;
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 500;
  line-height: 42px;
}

.paragraph {
  color: #747474;
}

.div-text-content {
  margin: 100px 100px 100px 75px;
}

.div-sidebar {
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: 1;
  margin-top: 50px;
  margin-right: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.heading-2 {
  margin-top: 70px;
  margin-bottom: 30px;
}

.link {
  color: #879196;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 5px;
}

.link.w--current {
  color: #fff;
}

.div-block {
  text-align: right;
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 257px;
}

.content {
  display: flex;
  position: relative;
}

.div-content {
  background-color: #fff;
  border-left: 75px solid #e2e2e2;
  border-radius: 15px;
}

.text-span, .link-2 {
  color: #00b0ff;
  text-decoration: underline;
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  padding: 50px 20px;
  display: flex;
}

.copyright {
  color: #fff;
}

.bold-text {
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .body {
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    padding-left: 18%;
    padding-right: 18%;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    padding-left: 23%;
    padding-right: 23%;
  }
}

@media screen and (max-width: 991px) {
  .body {
    padding-top: 50px;
    padding-left: 8%;
    padding-right: 8%;
  }

  .logo {
    margin-bottom: 0;
  }

  .div-text-content {
    margin-left: 75px;
    margin-right: 100px;
  }

  .div-sidebar {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    margin-right: 0;
    display: flex;
    position: static;
    top: 100px;
  }

  .content {
    flex-direction: column;
  }

  .div-content {
    border-left-width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .div-text-content {
    margin-top: 75px;
    margin-left: 30px;
    margin-right: 50px;
  }

  .div-content {
    border-left-width: 50px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo {
    width: 40%;
    max-width: 75%;
    margin-bottom: 25px;
    position: static;
  }

  .heading {
    font-size: 30px;
    line-height: 32px;
  }

  .div-text-content {
    margin-left: 25px;
    margin-right: 30px;
  }

  .div-sidebar {
    flex-direction: column;
  }

  .heading-2 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
  }

  .div-block {
    text-align: center;
    position: static;
  }

  .div-content {
    border-left-width: 40px;
  }

  .link-2.break {
    word-break: break-all;
  }

  .footer {
    border-top-style: none;
    flex-direction: column-reverse;
    padding-left: 50px;
    padding-right: 50px;
  }

  .boostetic {
    margin-bottom: 20px;
  }
}


@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}