.services-first-container{
    background-color:rgba(243, 244, 246, 1);
}
.services-first-container-heading{
    font-family: 'WorkSans-Bold';
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    margin: 0px;
    padding-top:70px ;
    color: rgba(32, 31, 29, 1);
}
@media(max-width:470px){
    .services-first-container-heading{

        font-size: 40px;
  
    }
@media(max-width:400px){
    .services-first-container-heading{

        font-size: 30px;
  
    }

}

}
.label-project-colm1{
    font-family: 'WorkSans-Regular';
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 1);
}

.label-project-colm1{
    font-family: 'WorkSans-Regular';
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 1);
}
.label-project-colm2{
    font-family: 'WorkSans-Regular';
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -1px;
    color: rgba(0, 0, 0, 1);
}
@media(max-width:1160px) and (min-width:990px){
    .label-project-colm2{
        font-family: 'WorkSans-Regular';
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        letter-spacing: -1px;
        color: rgba(0, 0, 0, 1);
    }
    
}
.project-date-colm1{
    font-family: 'WorkSans-Regular';
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: rgba(79, 79, 79, 0.5);
}
.project-image-colm1{
    width: 100%;
    height: 300px;
    border-radius: 12px;
}
.project-image-colm2{
    width: 100%;
    height: 200px;
    border-radius: 12px;
}