.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; 
}
.content{
    position: relative;
    top: 2rem;
    text-align: justify;
    padding: 12px 20px;
}

.dark .content, .dark .header{
    color: white;
}

.adimg{
    width: 60%;
    top: 2rem;
    padding: 20px 20px;
    position: relative;
}
@media screen and (min-width: 2200px) {
.header{
    font-size: 35px;
    top: 3rem;
}
.content{
    top: 4rem;
    padding: 12px 20px;
    font-size: 22px;
}
    
}
@media screen and (max-width: 1060px) {
.about{
    position: relative;
    top: 4rem;
    display: block;
}
    .header{
        font-size: 24px;
    }
 .para{
       padding: 52px 20px;
       font-size: 14px;

}

    
}
@media screen and (max-width: 900px) {
.adimg{
    width: 80%;
}   
}

@media screen and (max-width: 450px) {
.adimg{
    width: 95%;
}   
}