@media(min-width:320px)
{
    .about{
        margin-bottom: 20px;
        margin-top: 70px;
    }

    .about h3
    {
        font-size: 21px;
        font-weight: 600;                
    }
    .about .nama{
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }
    .about p{
        text-align: justify;
    }
}

@media(min-width:992px)
{
    .about{
        margin-bottom: 120px;
        margin-top: 50px;
    }

    .about h3
    {
        font-size: 28px;
        font-weight: 600;                
    }
    .about .nama{
        margin-top: 10px;
        font-size: 21px;
        font-weight: 400;
        text-align: center;
    }
    .about p{
        text-align: justify;
    }
  

}