#datacenter,
#vm,
#vps,
#fire,
#mal,
#robots,
#url,
#ddos {
  display: none;
  position: relative;
  margin-top: 1vh;
  margin-bottom: 1vh;
  background-color: rgb(211, 239, 198);
  color: black;
  font-family: "Sligoil-Micro Regular";
  font-size: 0.85rem;
  line-height: 1.45;
}

/*Desktop HIDPI 1920 x 1080 https://blisk.io/devices*/
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
}

/******Laptop Big******/
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
}

/******Laptop Small******/
@media only screen and (min-width: 921px) and (max-width: 1279px) {
}

/******Mobile Portrait******/
@media only screen and (min-device-width: 360px) and (max-device-width: 920px) and (orientation: portrait) {
  .col {
    border: none !important;
    box-shadow: none !important;
  }

  #illustration img {
    width: 55%;
  }

  #protect-layer {
    width: 45% !important;
    margin-top: 2vh;
  }
}
