/* Custom styles for InertialRange Labs AB website */

.grid {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.g-col-6 {
  padding: 1rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.g-col-6 h4 {
  color: #0d6efd;
  margin-bottom: 0.5rem;
}

h2 {
  border-bottom: 2px solid #0d6efd;
  padding-bottom: 0.5rem;
  margin-top: 2rem;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
