.titleTab {
  font-size: 18px;
  text-align: center;
  max-width: 160px;
  min-width: 118px;
}

.gasistas ul.nav {
  flex-wrap: nowrap !important;
  overflow: auto;
}

.titleDescription {
  color: #004571;
  font-weight: 700;
}

.technical-description{
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .gasistas ul.nav {
    /* flex-wrap: nowrap !important; */
    /* overflow: auto; */
    display: flex;
    justify-content: center;
  }
}

p {
  color: #707070;
  font-weight: 300;
  font-size: 18px;
}
