

@media only screen and (max-width: 480px) {
    .timeline-second-style .left-part {
        padding-left: 0px;
        
        text-align: left;
    }
    
}

@media only screen
and (min-device-width : 425px)
and (max-device-width : 480px){
    .single-page-content {
        padding: 0px;
        margin-top: 60px;
    }
}

