   /* body {
      font-family: 'Montserrat', sans-serif;
    } */
    .card {
      border: none;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease;
    }

.h-100 {
    height: 100%!important;
    padding-top:7px;
}

    .card:hover {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
      transform: translateY(-5px);
    }
    .card-img-top {
      height: 200px;
      object-fit: contain;
 

    }
    .card-title {
      font-size: 1.25rem;
      font-weight: 700;
    }
    .feature-name {
      font-weight: 700;
    }
    .btn-success {
      background-color: #28a745;
      border-color: #28a745;
      transition: all 0.3s ease;
    }
    .btn-success:hover {
      background-color: #218838;
      border-color: #1e7e34;
    }
    @media (max-width: 767.98px) {
      .card-img-top {
        order: 1;
      }
       .icons {
        order: 2;
      }
      .card-body {
        order: 3;
      }
.btn-sm {
      margin-bottom:5px
    }
    }
    .text-black-50 {
      color: rgba(0,0,0,.5)!important;
      font-size: small;
    }
    .icon {
      width: 24px;
      height: 24px;
      margin: 5px;
    }




    body {
  font-family: Roboto, sans-serif; /* Замените Montserrat на Roboto */
  font-size: 16px;
  line-height: 1.6;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

h5 {
  font-size: 13px;
  font-weight: bold;
}
