.about{
    position: relative;
    top: 7rem;
    display: block;
}

.header{
    color: #030303c4;
    font-size: 32px;
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    top: 1.5rem;
    position: relative;
    z-index: 0;
    text-align: center; 
}
.para{
    position: relative;
    top: 2rem;
    text-align: justify;
    padding: 12px 20px;
}

.dark .header{
    color: white;
}

.bottomfooter{
    top: 25rem;
}
@media (min-width: 2000px) {
.about{
    position: relative;
    top: 7rem;
    display: block;
}
.header{
    font-size: 40px;
    top: 3.5rem;
}
  .para {
      position: relative;
      top: 4rem;
      width: 60%;        /* or any width you want */
      margin: 0 auto;    /* centers the block */
      text-align: justify;
  }

  }


@media screen and (max-width: 1060px) {
.about{
    position: relative;
    top: 4rem;
    display: block;
}
    .header{
        font-size: 24px;
    }
 .para{
       padding: 52px 20px;
       font-size: 14px;

}
    
}