* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
}

.net-container-general {
  background: linear-gradient(-10deg, white 70%, #52a7e0 80%);
  width: 100%;
  height: 110vh;
  padding: 0rem 1.5rem;
  text-align: center;
}

.net-container-general h1 {
  font-size: 32px;
  font-family: Arvo;
  margin-top: -9rem;
  color: white;
  opacity: 99%;
}
.container-img-title-net.web {
  opacity: 20%;
  z-index: -30;
}
.container-img-title-net.web img {
  margin-top: 1rem;
  border-radius: 0 0 35% 80%;
  width: 200px;
}
.net-container-general p {
  margin-top: 10rem;
  text-align: center;
}
.container-net {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  justify-content: center;
  align-items: center;
  margin-top: -15rem;
  padding: 0 2rem;
  text-align: left;
}
.net-description-card {
  display: grid;
  place-items: center;
  margin-bottom: 2rem;
  width: 350px;
  height: 350px;
  padding: 1rem 2rem;
  text-align: left;
}
.net-description-card:hover {
  box-shadow: 0px 5px 10px 2px rgba(128, 128, 128, 0.779);
  border-radius: 5px;
}

.net-description-card img {
  width: 100px;
}
.webPosition-description-card p {
  margin-top: 1rem;
  padding: 0 2rem;
}

@media (min-width: 1000px) {
  .net-container-general {
    width: 100%;
    padding-top: 5rem;
  }
  .container-net {
    margin-top: -15rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    justify-content: center;
    align-items: center;
    padding: 0 5rem;
  }

  .net-container-general {
    background: linear-gradient(0deg, white 50%, #52a7e0 85%);
  }

  .container-img-title-net.web {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .net-container-general h1 {
    font-size: 50px;
    text-align: center;
  }
  .net-container-general p {
    margin-top: 6rem;
    text-align: center;
    padding: 0 20rem;
  }

  .net-description-card {
    display: grid;
    place-items: center;
    margin-bottom: 5rem;
  }

  .net-description-card img {
    width: 100px;
  }
  .net-description-card p {
    margin-top: 1rem;
  }
}
