@media (min-width: 1200px) {
  .row-cols-xl-8 > * {
    flex: 0 0 auto;
    width: 12.5%; /* 100% / 8 */
  }
}

@media (min-width:100px) and (max-width:767px) {
  body {
    font-size: 14px;
  }
  h1 {
  font-size: 25px;
  line-height: 1.167;
}

h2 {
  font-size: 23px;
  line-height: 50px;
}

h3 {
  font-size: 20px;
  line-height: 1.278;
}

h4 {
  font-size: 17px;
  line-height: 34px;
}

h5 {
  font-size: 16px;
  line-height: 30px;
}

h6 {
  font-size: 14px;
  line-height: 1.5;
}
p {
  font-size: 14px;
      line-height: 1.5;
}
  .contact-page .contact-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-page .contact-item:last-child {
    margin-bottom: 0;
  }

  .contact-page .contact-form,
  .contact-page .contact-info {
    padding: 0 15px;
  }
  .contact-page .social-icons i {
        width: 30px;
    height: 30px;
  }
  .email-input {
    width: 100%;
  }
  .subscribe-box {
        max-width: 100%;
  }
  footer .social_media{
    padding: 0;
  }
  .pricing-card {
    min-height: auto;
  }
  .breadcrumb.pricing-banner, .breadcrumb.contact-banner {
        height: 160px;
  }
  header .navbar-nav .nav-item a {
    display: block;
    margin: 0;
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
}