@media (max-width:767px){
    body {
        .tar {
            text-align: left;
        }
        .resume-bio-social {
            margin-top:25px;
        }
        .resume-section-header {
            margin-bottom:20px;
        }
        .resume-item-title {
            margin-bottom: 20px;
        }
        .resume-work-wrap .resume-company-item {
            margin-bottom:30px;
        }
        .resume-bio {
            margin-top:10px;
        }
        .resume-skillset-list li{
            width:100%;
            padding:0;
        }
    }
}

@media(max-width:480px){
    body {
        .resume-wrap .resume-container {
            padding:0;

            .resume-inner {
                padding:20px;
            }
        }
        p {
            font-size:14px;
            line-height: 20px;
        }
    }
}