/* Hero section mobile reverse column layout */
.nodejs img, .nextjs img {
  display: block;
  margin: 0 auto;
  height: 60px; /* Match other tools height */
}
@media screen and (max-width: 768px) {
  .frame-2922 {
    flex-direction: column !important;
  }
  
  .frame-2922 .frame-2892-rt-2 {
    order: -1 !important;
  }
  
  .frame-2922 > * {
    width: 100%;
  }
  
  .frame-2916 {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 2rem 1rem;
  }
  
  .frame-2892-rt-2 {
    order: -1 !important;
    height: 60vh;
    min-height: 400px;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    padding-top: 1rem;
    overflow: hidden;
  }
  
.frame-2892-rt-2 img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: right;
  }
}

/* Extra small screens */
@media screen and (max-width: 480px) {
  .frame-2892-rt-2 {
    height: 50vh;
    min-height: 300px;
  }
  
  .frame-2916 {
    padding: 1.5rem 0rem;
  }
}

