#voxiplogo {
  width: 90%;
}

img {
  border-radius: 15px;
}

h6 {
  font-size: 1.5rem;
}

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

.datasheet {
  background-color: rgb(49, 49, 49);
}

@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) {
  .vox-header {
    margin-bottom: 3rem !important;
  }
  .row-header {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #voxiplogo {
    margin-bottom: 1.5rem;
  }
  h2 {
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .mobile-enterprise {
    width: 100%;
  }
  .features-text {
    font-size: 0.875rem !important;
  }
  .datasheet {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  .vox-header {
    margin-bottom: 0 !important;
  }
  .vox-container {
    text-align: center;
    margin-bottom: 1rem;
  }
  h2 {
    margin-bottom: 0.5rem;
  }
  h6 {
    margin-bottom: 0.5rem;
  }
  .voip-systems-info {
    padding: 0 0.25rem 0 0.25rem;
    margin-bottom: 0 !important;
  }
  hr {
    margin: 0;
  }
  .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;
  }
  .downloads {
    margin-left: 0 !important;
  }
  .datasheet {
    padding: 0.5625rem !important;
  }
  .datasheet div {
    font-size: 0.75rem;
  }
}
@media (max-width: 370px) {
  .fa-download {
    display: none;
  }
}
@media (perfers-reduced-motion) {
  .hidden {
    transition: none;
  }
}
