.services-item {
    background-color: #36848b;
    border-radius: 0.625rem;
    height: 7.375rem;
    color: white;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in;
}
.services-item:hover {
    cursor: pointer;
    color: darkcyan;
    background-color: #fff;
}
.productIcon {
    margin-right: 15px;
    border-radius: 50%;
    border: 1rem solid #fff;
    /* background-color: #fff; */
    padding: 0px;
}
.productIcon img {
   height: 75px;
   width: 150px;
   object-fit: contain;
}