* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  font-family: 'Lato', sans-serif;
  box-sizing: border-box;
}
p {
  font-size: 15px;
}
.contain-team {
  width: 100%;
  padding: 1.5rem 1.5rem;
}
.child-team.general h1,
.child-team h1 {
  font-family: arvo;
  font-size: 31px;
  border-bottom: 1px solid #52a7e0;
  padding-bottom: 2rem;
  text-align: center;
}

.child-team ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  color: white;
  background-color: #52a7e0;
  height: 50px;
}
.utils-working.container-general {
  width: 100%;
  height: 90vh;
  background-color: #52a7e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 5rem;
}
.child-utils-working i {
  font-size: 40px;
}
.child-utils-working h1 {
  font-size: 21px;
}
.child-utils-working p {
  font-size: 16px;
}

@media (min-width: 1000px) {
  .contain-team {
    width: 100%;
    padding: 5rem 1.5rem;
  }

  .child-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .child-team h1 {
    width: 300px;
  }
  .child-team p {
    width: 800px;
    text-align: justify;
    margin-top: 2rem;
  }
  .child-team.general h1,
  .child-team h1 {
    font-family: arvo;
    font-size: 31px;
    border-bottom: 1px solid #52a7e0;
    padding-bottom: 1rem;
  }
  .utils-working.container-general {
    width: 100%;
    height: 90vh;
    background-color: #52a7e0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 5rem;
  }
  .child-utils-working i {
    font-size: 40px;
  }
  .child-utils-working h1 {
    font-size: 21px;
  }
  .child-utils-working p {
    font-size: 16px;
  }

  .child-team ul {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #52a7e0;
    height: 50px;
  }
}
