/* Tools logo container styling matching .coreldraw - all screens */
.nodejs, .nextjs {
  padding: 32px 0px 32px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 200px;
  position: relative;
}

.nodejs img, .nextjs img {
  flex-shrink: 0;
  max-width: 80%;
  height: auto;
  position: relative;
}

.coreldraw {
  padding: 32px 0px 32px 0px !important;
}

@media screen and (max-width: 986px) {
  .nodejs, .nextjs, .coreldraw {
    padding: 16px;
    height: 120px;
    gap: 5px;
  }
  
  .nodejs img, .nextjs img, .image-12 {
    height: 64px;
    max-width: 168px;
  }
}

@media screen and (max-width: 575px) {
  .nodejs, .nextjs, .coreldraw {
    height: 110px;
    padding: 14px;
  }
  
  .nodejs img, .nextjs img, .image-12 {
    height: 55px;
    max-width: 120px;
  }
}

@media screen and (max-width: 480px) {
  .nodejs, .nextjs, .coreldraw {
    height: 100px;
    padding: 12px;
    gap: 3px;
  }
  
  .nodejs img, .nextjs img, .image-12 {
    height: 50px;
    max-width: 110px;
  }

  @media screen and (max-width: 399px) {
    .nodejs, .nextjs, .coreldraw {
      height: 110px;
      padding: 10px;
    }
    
    .nodejs img, .nextjs img, .image-12 {
      height: 45px;
      max-width: 65px;
    }
  }
}
