/* Large Laptops and Desktops */
@media (max-width: 480px) {
  body {
    width: 100dvw !important;
  }
  .case-study-card {
    max-width: 72.8% !important;
  }
  .result-card {
    max-width: 84.8% !important;
  }
  .testimonial-slider {
    display: block !important;
  }
  .testimonial-card {
    margin-bottom: 28px !important;
  }
  .feature-box {
    display: block !important;
  }
  .feature-image {
    margin-bottom: 18px !important;
  }
  .container {
    height: max-content !important;
  }
  .hero-content {
    display: block !important;
  }
  .hero-stats {
    height: 588px !important;
  }
  .hero {
    height: min-content !important;
  }
  .hero-image {
    margin-bottom: 88px !important;
  }
  .hero-title {
    margin-top: 28px !important;
  }
  .show {
    display: flex !important;
  }
  .flex {
    display: block;
  }
  .nav-links {
    background-color: #00000088 !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
  }
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cbutton {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  border: 0px solid;
  padding: 8px 18px !important;
  border-radius: 28px !important;
  cursor: pointer;
  height: 28px !important;
  padding-top: 12.8px !important;
}

.bu2 {
  background: transparent !important;
  color: white;
  border: 2px solid white !important;
}
