.projects{
    background-color: var(--color-grey-10);
    background-image: url(../img/about/num_shap.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media (max-width: 576px) {
    .timeline-images .bg-cover-img{
        height: 230px !important;
    }

}