:root {
    --greenDefaultOne: #0d4000;
    --greenDefaultTwo: #b7eb00;
    --grayDefaultOne: #9b9b9b;
    --grayDefaultTwo: #dedede;
    --grayDefaultThree: #FAFAFA;
}

.card-img-bottom {
    color: #fff;
    /*height: 25rem;*/
    background-size: cover;
}

.card-service{
    padding: 50px 50px 50px 50px;
}

.card-web{
    margin-bottom: 45px;
    background-color: var(--grayDefaultThree) !important;
    border-style: none !important;
}

.card-mobile{
    display: none !important;
    background-color: var(--grayDefaultThree) !important;
    border-style: none !important;
   
}