@media screen and (min-width: 1000px) {
.text-desc {
  width: 32%;
}
.dim-cuvinte {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.caractere-text td {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.tab-sec-content {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  text-align: center;
}
}

@media screen and (min-width: 800px) and (max-width:999px) {
.text-desc {
  width: 32%;
}
.dim-cuvinte {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.caractere-text td {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.tab-sec-content {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  text-align: center;
}
}

@media screen and (min-width:580px) and (max-width:799px) {
.text-desc {
  width: 32%;
}
.dim-cuvinte {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.tab-sec-content {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  text-align: center;
}
}

@media screen and (max-width:579px) {
.tabel td {
  display: block;
  text-align: center;
}
.dim-cuvinte {
  display: grid;
  grid-template-columns: 50% 50%;
}
.tab-sec-content {
  text-align: center;
}
.text-upper, .text-lower, .text-groups {
  padding: 10px;
}
}


/*Culori si dimensiuni*/
.text-desc {
  font-weight: 700;
}
.tab-titlu td {
  text-align: center;
  background-color: #FF7800;
color: #fff;
font-size: 17px;
font-weight: 700;
}
.text-upper {
  background-color: #FF7800;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.text-lower {
  background-color: #1FB8F6;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.text-groups {
  background-color: #61BA3E;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}