a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  text-decoration: underline;
}

a:not([class]) {
  text-decoration: none;
}

a:not([class]):hover {
  text-decoration:  underline;
}

@media (width >= 1200px) {
  h1, .h1 {
    font-size: 2rem;
  }
}

@media (width >= 1200px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}

@media (width >= 1200px) {
  h3, .h3 {
    font-size: 1.65rem;
  }
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

.w-32 {
  width: 32% !important;
}

.vh-10 {
    height: 10vh !important;
}

.btn {
  display: inline-flex;
  align-items: center; /* vertical centering */
  justify-content: center; /* horizontal centering */
}