h1 {
    text-align: center;
    font-family: "Kanit";
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
}

h2 {
    text-align: center;
    font-family: "Kanit";
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
}

h3 {
    font-family: "Kanit";
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    display: flex;
    place-items: center;
}

.overhead span, p {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    line-height: 2;
}

.cmssec {
    transition: all 0.3s;
}


@media (min-width: 800px){
    .cms-left {
        width: 80%;

    }
    
    .overhead {
    
    }
    
    .cmssec {
        width: 60%;
    }
}


@media (max-width: 1200px){

    .cms-left {
        width: 100%;
    }
    
    
    .cmssec {
        width: 90%;
    }
    
}