.content-wrapper-img {
    width: 186px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-top: -25px;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 570px) {
    .content-wrapper-img {
        width: 110px;
    }
}


.content-wrapper-header {
    background-image: url(../images/cubes.png), linear-gradient(to right top, #2f81edd5,#ffffff);
    border-radius: 14px;
    padding: 20px 40px;
}

/* .softwareCard {
    border-radius: 14px;
    padding: 20px 40px;
} */

.posCard {
    background-image: url(../images/cubes.png), linear-gradient(to right top, #56CCF2, #2f81edd5);
}

.resPosCard {
    background-image: url(../images/cubes.png), linear-gradient(to right top, #d46d3a,#ffffff);
}

.gstsCard {
    /* background-image: url(../images/cubes.png), linear-gradient(to right top, #ffffff); */
    border: 1px solid rgb(206, 206, 206);
}

.softwareText {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}



.softwareCard {
    border-radius: 14px;
}
