.container--sectionDesafios {
  max-width: 1000px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.container--cajaDesafios {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
  border-radius: 12px;
  padding: 40px 50px;
  margin: 0 auto;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 1);
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 1);
}

.container--cajaDesafios p:nth-child(1) {
  text-align: center;
}

.container--cajaDesafios p b:nth-child(1) {
  color: var(--blue);
}

.sectionDesafios--text{
  text-align: center;
  font-size: 19px;
}

.sectionDesafios--text a{
  text-decoration: underline;
}

@media screen and (max-width: 768px) {

  .container--sectionDesafios{
    margin: 20px 15px;
  }
}
