.web-dev {
    min-width: 18rem !important;
    padding: 2.5rem;
    cursor: grab;
  }
  .web-dev h3,.web-dev p{white-space: pre-wrap;}
  .technology {
    width: 7rem;
    height: 7rem;
    /* background: rgb(121, 64, 64); */
  }
  .technology svg {
    height: 4rem;
  }
  .workcards{width: 280px;}
  .wedo_img{width: 70px!important;height: 70px;}
  .Partnershipcards{height: 250px;}
  .count{

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .count-icon img{
    height: 5rem;
  }
  .card-hover:hover{box-shadow: 0px 5px 15px #d6d6d6!important;transition: all 0.4s ease; cursor: pointer;}
  @media only screen and (min-width: 768px) {
    .count{
      background:linear-gradient(#3419abd6,#3419abdf), url(../../assets/icons/patterns/cccircular.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
    }
    .border-left{border-left: 2px solid var(--msg-outboundMsg); }
}