.bg-gray{background-color: rgb(240 240 240);}
.border-left{border-left: none; }
.count{

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .count-icon img{
    height: 5rem;
  }
  .fs-14{font-size: 14px;}
  .workcards{width: 250px;}
  .wedo_img{width: 70px!important;height: 70px;}
  .Partnershipcards{height: 250px; width: 100%;}
@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); }
}