.containerIneternet{
  flex-direction: column;
}
.containerCardBox{
  flex-wrap: nowrap;
}
.dlcImage{
  align-items: flex-end!important;
  justify-content: space-between!important;
  background-color: rgba(0, 0, 0, 0)!important;
}
.cardMiniInternet{
  width: 50%;
  height: 50%;
  border-radius: var(--borderMainRadius);
  background-size: cover;
  background-image: url('../img/HypertextEditingSystemConsoleBrownUniv1969.jpg');

}
.mainImage{
  background-image: url('../img/history\ of\ internet.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -80px;
}
.cardTextInternet{
  justify-content: end!important;
}
.textColor {
  font-size: var(--textTitle);
  color: var(--mainColor);
  margin-bottom: 20px;
}
.textGrey {
  font-size: var(--textMin);
  color: rgb(78, 78, 78);
  font-family: 'TunnelFront';
}
@media (max-width:1830px) {
  .containerCardInternet > .card{
    width: 400px;
    height: 400px;
  } 
}
@media (max-width:1340px) {
  .dlcImage{
    display: none!important;
  }
  .mainImage{
    width: 500px!important;
  }
  .cardTextInternet{
    width: 500px!important;
    height: auto!important;
  }
}