        .services-card{
            display: flex;
            flex-direction: column;
            box-shadow: 0 0 17px rgba(0,0,0,.1);
            margin: 0;
            transition: .5s;
            height: 100%;
        }
     
        .services-card-icon{
            text-align: right;
            display: flex;
            align-items: center;
            justify-content: space-between;
            /* border-radius: 0 10px; */
            height: auto;
            background: #036297;
            padding: 12px 14px;
        }
        .services-card-icon h3{
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            margin-bottom:0px;
        }
        .services-card-dets{
            padding: 20px;
        }
        .services-card-dets p{
            font-size: 14px;
            line-height: 28px;
            margin-bottom: 0rem;
        }
        

