/*  consists css of common css of about us,t&c,P&P,Refund policy and contact us   Page */
/*  consists css of common css of about us,t&c,P&P,Refund policy and contact us   Page */


/*   common css  */

.content h1{
    font-size: 100px !important;
    text-align: center;
}
.content p{
    font-size: 20px;
}

.hiring-text{
    color: #6912cb;
    background-color: #e5d4f7;
    border-radius: 100px;
    padding: 6px 12px 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}


@media (max-width: 767px) {
    .content h1{
        font-size: 37px !important;
        text-align: center;
    }

}



 