@media (max-width: 767px) {
    .feature-item span {
        font-size: 14px;
        line-height: 17px;
        text-align: left;
        display: inline-block;
      }      

    .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    }
    
    .feature-item img {
    flex-shrink: 0;
    margin-top: 2px;
    }

    .products-container {
        padding: 0 8px !important;
      }
    
    .product-card .product-info {
    padding: 0 !important;
    }

    .product-card {
        padding-left: 8px;
        padding-right: 8px;
      }

    .featured-img {
        display: none !important;
      }

    .product-card.featured {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      text-align: left;
      padding: 16px;
      position: relative;
    }
  
    .product-card.featured .product-badge {
      position: absolute;
      top: 0px;
      right: 0px;
      left: auto;
      font-size: 12px;
      padding: 6px 6px;
      border-radius: 0 6px 0 6px;
      z-index: 2;
      max-width: 70%;
    }
  
    .product-card.featured .product-rank {
      position: absolute;
      top: 12px;
      left: 12px;
      margin: 0;
    }
  
    .product-card.featured .platform-icons {
        display: flex; /* flex */
        justify-content: flex-start;
        margin-top: 12px;
        margin-bottom: 8px;
        gap: 8px;
      }
  
    .product-card.featured .product-logo {
      margin-top: 6px;
      width: 120px;
      height: auto;
      margin-bottom: 12px;
    }
  
    .product-card.featured .product-info {
      flex: 1;
      padding-left: 16px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      text-align: left;
    }
  
    .product-card.featured .product-description {
      font-size: 14px;
      font-weight: 600;
      line-height: 19px;
      margin-bottom: 6px;
    }
  
    .product-card.featured .product-cta {
      width: 100%;
      margin-top: 12px;
      text-align: center;
    }
  
    .product-card.featured .visit-btn {
      font-size: 16px;
      font-weight: 600;
      width: 100%;
      max-width: 180px;
      margin: 0 auto;
    }

    .product-platforms {
        display: flex;
        flex-direction: column;
        gap: 4px;
        align-items: center;
        width: 176px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
    }

    .hero {
        padding: 0;
        height: 160px;
    }

    .hero-features,
    .hero-badge,
    .hero-image {
        display: none;
    }
    .hero-image {
        width: 100%;
        max-width: 400px;
        margin-left: 0;
        border-radius: 20px;
    }

    .hero-description {
        width: 100%;
        margin: 0;
    }

    .products-section {
        padding: 0;
    }

    .product-card {
        position: relative;
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .product-card .product-rank {
        position: absolute;
        top: 12px;
        left: 12px;
        margin: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: #ebebeb;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
      }
      
      .product-card .product-description {
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        line-height: 19px;
        margin: 8px 0;
      }
      
      .product-card .visit-btn {
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        max-width: 180px;
        margin: 0 auto;
        display: block;
        text-align: center;
      }      

    .product-platforms {
        width: 100%;
    }

    .product-features {
        flex-direction: column;
        gap: 16px;
    }

    .product-cta {
        width: 100%;
        min-width: auto;
    }

    .faq-content {
        flex-direction: column;
        gap: 24px;
    }

    .faq-image {
        display: none;
    }

    .footer-content {
        flex-direction: column;
        gap: 24px;
    }

    .footer-links {
        flex-direction: column;
        gap: 24px;
    }

}
