/* ------------- */
/* 414 - 768px */
@media screen and (min-width: 414px) and (max-width : 768px) {
  .footer {
    padding: 0 0.8em;
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .footer-top, .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-top {
    row-gap: 1.2em;
    margin-bottom: 0.3em;
  }
  
  .footer-bottom {
    margin-top: 1em;
    row-gap: 1.2em;
  }

  .footer p {
    margin: 0;
    font-size: 0.9em;
  }
    h2.cb-hist {
      margin-bottom: 1.45em;
    }

    .cb-footer {
      margin-top: -2.6em;
      font-size: 1.2em;
    }
  
    .feat-spotlight-img-2 {
      max-width: 90%;
    }
  
    .feat-img-cb-hist {
      position: relative;
      z-index: 2;
      height: auto;
      margin: 0 auto;
      max-width: max-content;
    }
  
    .slayer-3 {
      width: 100%;
      position: absolute;
      height: 50%;
      bottom: 0;
      z-index: 3;
      background: linear-gradient(to bottom, transparent, rgba(8, 8, 8, 0.4), rgba(8, 8, 8, 0.5), rgba(8, 8, 8, 0.7), rgba(8, 8, 8, 0.95), rgba(8, 8, 8, 1));
    }
  
  .faq-h2 {
    margin-top: 25%;
    font-size: 1.7em !important;
  }
  
  .faq-cont {
    max-width: 90%;
    margin-top: 50px;
  }

  .q-cont {
    /* border-bottom: 1px solid #505050d0; */
  }

  .faq-q {
    font-size: 1.2em;
    margin-bottom: 0.55em;
  }

  .faq-a {
    font-size: 1em;
  }
  
  .pricing-grid {
    max-width: 95%;
    flex-direction: column;
    gap: 1rem;
  }
  
  .price-item {
    min-height: max-content;
  }

  .p-benefits {
    margin-bottom: 12px;
  }

  .p-benefits > p {
    font-size: 0.96em;
  }

  .cl-footer {
    margin-top: 32px;
    margin-bottom: 20%;
  }
  
  .cl-cont {
    max-width: 95%;
  }

  .cl-node, .cl-card {
    width: 98%;
  }

  .cl-hero-card {
    width: 98%;
  }

  .cl-hero-img {
    width: 100%;
  }

  .cl-date, .cl-line, .cl-blip {
    display: none;
  }

  .feature-spotlight-sect {
    margin-bottom: 25%;
  }

  .feat-spotlight-img {
    width: 90%;
  }

  .feat-name-grid {
    flex-direction: column;
    width: 90%;
  }

  .ux-grid {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 45%;
  }

  .ux-1 {
    flex: 1;
  }

  .b-1 {
    margin-bottom: 0.7rem;
  }

  .bbox-2 {
    height: 630px;
  }

  .bbox-1 .bento-text-cont {
    width: 90%;
    box-sizing: border-box;
    top: -4%;
    height: 420px;
  }

  .bento-img-cont-1 {
    width: 600px;
    top: 55%;
    left: 10%;
    position: absolute;
  }

  .slayer-1 {
    height: 95%;
    top: 8%;
  }

  .bento-img-cont-2 {
    width: 300px;
    height: auto;
    top: 10%;
    left: 9.3%;
  }

  .slayer-2 {
    height: 35%;
    top: 55%;
  }

  .ux-2 {
    flex: 1;
  }

  .ux-3 {
    flex: 1;
  }

  .ux-4 {
    flex: 1;
  }

  .first-section {
    top: 120px;
  }

  .bg-img {
    top: 3%;
    left: 4%;
    width: 380px;
  }
  
  .logo-img {
    margin-top: -12%;
    width: 50px;
    border-radius: 12px;
  }

  .brand-name-home {
    margin-top: 4em;
  }
 
  .jumbotron {
    margin-top: 28%;
  }
  
  .h1 {
    font-size: 2.4em;
  }
  
  .tagline {
    font-size: 1em;
    width: 90%;
  }

  .h2 {
    font-size: 1.9em;
  }

  .sect-tagline {
    font-size: 1.1em;
    line-height: 1.5em;
    max-width: 96%;
    margin-bottom: 2em;
  }
  
  .nova {
    top: -35%;
    left: 55%;
  }

  .nova-blue {
    position: absolute;
    height: 1500px;
  }

  .feature-preview-box {
    flex-wrap: wrap;
    width: 100%;
    gap: 8px;
  }

  .feature-box {
    width: 110px;
    text-align: center;
    font-size: 0.8em;
  }

  .mob-break {
    display: block;
  }

  .des-break {
    display: none;
  }

  .sect-tagline-bottom {
    margin-bottom: 5em;
    margin-top: 0.2em;
    font-size: 1.1em;
    max-width: 85%;
    text-align: left;
  }
  #img1, #img3 {
    display: none;
  }

  #img2 {
    width: 90%;
    border-radius: 6px;
  }
}
