@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }

  ::-webkit-scrollbar-track {
    background-color: none;
  }

 ::-webkit-scrollbar-thumb {
   background-color: none;
  }

  ::-webkit-scrollbar {
    background-color: none;
        width: 0px;
    height: 0px;
  }

  h1,
  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
  }

  .logo{
    place-self: center;
  }

  .hero .container,
  .solutions .container,
  .services-detail .container {
    flex-direction: column;
    gap: 48px;
  }

  .hero-content {
    max-width: 100%;
    text-align: center;
    top: 0;
  }

  .hero-image {
    max-width: 100%;
    height: auto;
    min-height: 400px;
    background-size: contain;
    background-position: center;
  }

  .hero-content h1,
  .hero-content h1 span,
  .hero-content h1 strong {
    font-size: 25px !important;
  }

  .evolution-div {
    grid-template-columns: auto auto;
    width: 200px;
    place-self: center;
    gap: 10px;
    position: relative;
    left: -68px;
  }
  
  .ogfi-hero-image {
    margin-bottom: -15px;
    margin-left: 0;
    width: 70px;
    height: 55px;
    background-size: 100%;
  }
  
  .arrow-hero-image {
    margin-top: 15px;
    width: 35px;
    height: 30px;
    background-size: contain;
  }
  
  .aureain-hero-image {
    width: 120px;
    height: 100px;
    margin-bottom: 40px;
    background-size: 77%
  }

  .services-grid {
    flex-direction: column;
    align-items: center;
  }

  .btn-primary {
    padding: 20px 25px;
    font-size: 15px;
  }

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

  .solutions .container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .solutions-content {
        max-width: 100%;
        text-align: center;
        justify-items: center;
    }

  .solutions-content span {
        font-size: 14px;
  }

    .gestao-image,
    .incorporadora-image,
    .investidor-image,
    .empresas-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    }


  .solutions-card {
    max-width: 100%;
    gap: 30px;
  }

  .solution-item {
    grid-template-columns: 75px 1fr;
    height: auto;
    align-items: flex-start;
  }

  .solution-text p {
    font-size: 12px;
  }

  

  .values-content {
    display: flex;
    flex-direction: column;
    text-align-last: center;
    gap: 100px;
  }
  
  .values-image {
    width: 300px;
    height: 265px;
  }

  .values-text-div h2 {
    font-size: 25px;
  }
  .values-text-div p {
    text-align: center;
    font-size: 13px;
  }
  
  .value-icon {
    width: 50px;
    height: 50px;
  }
  
  .obrass-icon {
    width: 53px;
    background-image: url('../assets/mobile/innovation-obrass-logo.svg');
  }
  
  .ogfi-icon {
    top: 30px;
    right: 60px;
    background-size: 60%;
  }
  
  .servihaus-icon {
    bottom: -10px;
    right: -10px;
    background-image: url('../assets/mobile/innovation-servihaus-logo.svg');
    background-size: 70%;

  }
  
  .nortem-icon {
    bottom: 30px;
    left: 50px;
    background-image: url('../assets/mobile/innovation-nortem-capital-logo.svg');
    background-size: 100%;
  }

  .contact .container{
    margin: 0 5%;
    max-width: 50%;
  }

  .contact h2 {
    font-size: 15px;
  }

  .contact p {
    width: 100%;
    font-size: 13px;
  }

  .footer {
    height: 90px;
  }

  .footer .container {
    gap: 0px;
    height: 90px;
  }

  .footer .container p {
    font-size: 4px;
    margin-bottom: 10px;
  }

  .footer-logo {
    background-size: 50%;
    height: 50px;
    width: 200px;
  }
  .modal {
    padding: 40px 30px;
  }

  .modal-header h3 {
    font-size: 14px;
  }

}

@media (max-width: 480px) {
  .popup-message { font-size: 11px; padding: 6px 10px; }
}

@media (max-width: 320px) {
  .popup-message { font-size: 10px; padding: 5px 8px; }
}