/* 
    Created on : Feb 12, 2022, 9:32:07 PM
    Author     : Basuki Tafif
*/

@media(min-width: 992px){
    .timeline-second-style .left-part {
        width: 35%
    }
    .timeline-second-style .divider {
        position: absolute;
        top: 0;
        left: 35%
    }
    .timeline-second-style .right-part {
        width: 65%
    }
}

.skills-second-style .skill-container.skill-3 .skill-percentage {
    width: 50%;
}
.skills-second-style .skill-container.skill-4 .skill-percentage {
    width: 75%;
}
.skills-second-style .skill-container.skill-5 .skill-percentage {
    width: 90%;
}
.skills-second-style .skill-container.skill-7 .skill-percentage {
    width: 60%;
}
.skills-second-style .skill-container.skill-8 .skill-percentage {
    width: 80%;
}

.mb-3{margin-bottom: 3rem}