@media (max-width: 991px) {
  br {
    display: none;
  }

  section,
  .section {
    padding: 40px 0;
  }

  p {
    font-size: 14px !important;
  }

  .section-title {
    padding-bottom: 1.5rem;
  }

  .hero {
    padding: 120px 0 40px;
  }

  .header .logo img {
    height: 80px;
  }

  .hero h1 {
    font-size: 30px;
    margin-bottom: 1rem;
  }

  .hero p {
    margin-bottom: 1rem;
  }

  .download-btn img {
    max-width: 120px;
  }

  .section-title h2 {
    font-size: 30px;
  }

  .features .features-item {
    padding: 15px 0;
    margin: 0 auto 15px;
    width: 100%;
  }

  .features-item h3 {
    font-size: 24px;
    margin-bottom: 1rem;
  }

  .work .card {
    padding: 15px;
  }

  .work-title {
    gap: 10px;
    margin-bottom: 0.5rem;
  }

  .work .card span {
    font-size: 22px;
    width: 40px;
    height: 40px;
  }

  .work .card h3 {
    font-size: 24px;
  }

  .card.mb-0 {
    margin-bottom: 20px !important;
  }

  .work .card ul {
    margin-bottom: 0;
  }

  .work h5 {
    font-size: 22px;
    margin: 1rem 0 0;
  }

  .testimonial-profile {
    padding: 15px 25px;
  }

  .testimonials .testimonial-item .content-box {
    margin-right: 1rem;
  }

  .testimonials .testimonial-item .testimonial-img {
    width: 100px;
    height: 100px;
    margin-bottom: 0.8rem;
  }

  .testimonials .testimonial-item .content-box:before,
  .testimonials .testimonial-item .content-box:after {
    width: 60px;
    height: 60px;
  }

  .contact {
    height: auto;
    padding: 60px 0;
  }

  .contact h2,
  .contact h3 {
    font-size: 46px;
  }

  .footer-brand img {
    width: 80%;
  }

  .footer .btn-group {
    gap: 1rem;
  }

  .footer .btn-group img {
    max-width: 120px;
  }

  .header .border-bottom {
    border-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .hero-img img {
    width: 80% !important;
    margin: 1.5rem auto 0;
    display: block;
  }

  .scrolled .header {
    --background-color: #812dff;
  }

  .features-item img {
    height: 200px;
    margin-bottom: 1rem;
  }

  .testimonials .testimonial-item {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
  }

  .testimonial-profile {
    padding: 0;
    margin-bottom: 1rem;
  }

  .testimonials .testimonial-item .content-box {
    position: unset;
    margin: 0;
  }

  .contact {
    padding: 40px 0;
  }

  .contact h2,
  .contact h3 {
    font-size: 24px;
    margin-bottom: 0.5rem;
  }

  .footer {
    padding: 40px 0;
  }

  .footer-brand img {
    width: 80px;
    height: 80px;
    margin-bottom: 1rem;
  }

  .content-footer {
    justify-content: center;
    gap: 1rem;
  }

  .static-blog {
    padding: 15px;
  }

  .static-blog h2 {
    font-size: 24px;
  }

  .static-blog h4 {
    font-size: 22px;
  }

  .static-blog ul li {
    font-size: 14px;
  }
}
