@charset "utf-8";
/* CSS Document */

@media (min-width: 1601px)  and (max-width:  1900px) {

}

@media (max-width:  1600px) {

   
}

/* Large desktops and laptops */
@media (max-width:  1400px) {

  
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1366px) {

    #about-area p {
        font-size: 12px;
        padding-top: 10px;
        font-family: 'Poppins', sans-serif;
        line-height: 25px;
        margin-left: 30px;
    }
    

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

   
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
   
}

/* Portrait phones and smaller */
@media (max-width: 590px) {
  
    

}


/* Portrait phones and smaller */
@media (max-width: 480px) {

    #about-area p {
        font-size: 14px;
        padding-top: 10px;
        font-family: 'Poppins', sans-serif;
        line-height: 25px;
        margin-left: 35px;
    }

}






    





