html {
  height: 100%;
  margin: 0;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  height: 100%;
}

img {
  border-radius: 15px;
}

h6 {
  font-size: 1.5rem;
}

.features-text {
  max-width: 388px;
}

.col-md-6 a {
  text-decoration: none;
}

footer {
  margin-top: auto;
}

@media (max-width: 1399px) {
  .features-images {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .first-row {
    margin-bottom: 1rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  .lead {
    font-size: 1.125rem !important;
  }
  .stagger h6 {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  h2 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .first-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .second-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .col-md-4 {
    width: 100%;
  }
  h6 {
    font-size: 1.75rem !important;
  }
  .features-text {
    max-width: 696px;
  }
  html {
    height: auto;
    margin: 0;
  }
  body {
    height: auto;
  }
  main {
    height: auto;
  }
}
@media (max-width: 767px) {
  .vox-header {
    margin-bottom: 0 !important;
  }
  .vox-container {
    text-align: center;
    margin-bottom: 1rem;
  }
  h2 {
    margin-bottom: 0.5rem;
  }
  hr {
    margin: 0 1rem;
  }
  .mobile-enterprise {
    text-align: center;
  }
  .hidden h6 {
    text-align: center;
    font-size: 1.5rem;
  }
  .hidden img {
    width: 100%;
  }
  .hidden p {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
