@media only screen and (max-width: 600px) {
    .M1logo-big {
        display: none;
    }

    .M1logo-small{
        display: block;
    }
    
    .hero {
        width: 100%;
        min-height: 60vh;
        position: relative;
        padding: 80px 0;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .clients {
        display: none;
      }

      .container-client {
        display: block;
      }

      .product {
        display: none;
      }

      .container-services {
        display: block;
      }

      .portfolio-details .swiper-button-prev-small,
      .portfolio-details .swiper-button-next-small {
        width: 30px;
        height: 30px;
      }

      .trusted-big {
        display: none;
      }

      .trusted-small {
        display: block;
      }

      .channel-big {
        display: none;
      }

      .channel-small {
        display: block;
      }

      .partner-big {
        display: none;
      }

      .partner-small {
        display: block;
      }

      .whitelable-big {
        display: none;
      }

      .whitelable-small {
        display: block;
      }

      .blog-posts article {
        background-color: var(--surface-color);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        padding: 30px;
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
      }

      .blog-posts .post-img {
        max-height: 120px;
        max-width: 240px;
        margin: -30px -30px 15px -30px;
        overflow: hidden;
      }
      
      .blog-posts .post-category {
        font-size: 16px;
        color: color-mix(in srgb, var(--default-color), transparent 40%);
        margin-bottom: 10px;
      }

      .capital-small {
        display: none;
      }

      .clientpartner {
        display: flex;
        flex-wrap: wrap; 
        justify-content: space-between;
        width: 90%;
        margin: 0 auto;
        padding: 0;
        
      }
  
      .clientLogo {
          width: 45% !important;
          flex: 0 0 45%;
          position: relative;
          padding-bottom: 35%;
          height: 0;
          overflow: hidden;
          margin-bottom: 20px;
          margin-left: 0;
          margin-right: 0;
      }
  
      .clientLogo img {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          object-fit: contain;
          padding: 0 15px;
      }
  
      .clientLogo:last-child:nth-child(odd) {
          margin-right: auto;
          margin-left: auto;
          width: 45% !important;
      }
  
      .blog-posts .post-img {
        max-width: 400px;
        max-height: 300px;
      }

      .terminal-big {
        display: none;
      }
      .terminal-small {
        display: block;
      }
  }