.numbers {
  padding: 90px 0; }
  .numbers .numb-card {
    text-align: center;
    padding: 0 30px; }
    .numbers .numb-card .icon {
      margin-bottom: 10px; }
      .numbers .numb-card .icon img {
        width: 35px;
        height: 35px;
        -o-object-fit: contain;
        object-fit: contain; }
    .numbers .numb-card .info h2 {
      font-size: 32px;
      line-height: 1.2;
      font-weight: bold;
      direction: ltr;
      margin-bottom: 5px;
      color: #000; }
    .numbers .numb-card .info p {
      font-size: 15px;
      line-height: 1.9; }
