#nitro-v16-linux {
  background-image: url("../../assets/images/nitro-v16/lines-bg.png");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 50% 65%;
}

@media (min-width: 801px) and (max-width: 923px) {
  #nitro-v16-linux {
    background-image: url("../../assets/images/nitro-v16/lines-bg.png");
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: 50% 60%;
  }
}

@media (min-width: 631px) and (max-width: 800px) {
  #nitro-v16-linux {
    background-image: url("../../assets/images/nitro-v16/lines-bg.png");
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: 50% 60%;
  }
}

@media (max-width: 630px) {
  #nitro-v16-linux {
    background-image: url("../../assets/images/nitro-v16/lines-bg.png");
    background-size: 190%;
    background-repeat: no-repeat;
    background-position: 50% 65%;
  }
}

.linux-border {
  border: 1px solid #ed1c2c;
  border-radius: 15px;
}
.linux-cards {
  width: 100%;
  gap: 30px;
}

.tt-black {
  font-family: "ttsquares-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (min-width: 625px) and (max-width: 991px) {
  .linux-cards {
    width: 60%;
  }
}
