.concorso{
  font-size: 18px;
  width: 100%;
  max-width: 700px;
  /* padding-left: 25px; */
  padding-bottom: 10px;
  border-bottom: 4px solid #39f;
  /* border-left: 4px solid #39f; */
  margin-top: 80px;
  margin-bottom: 100px;
}

.concorso .titleConcorso{
  margin-bottom: 25px;
}

.concorso .titleConcorso p:first-child{
  font-size: 40px;
}

.concorso .titleConcorso p:last-child{
  /* position: relative; */
  font-size: 28px;
  transform: translateY(-15px);
}

/* .concorso .titleConcorso p:last-child:before{
  position: absolute;
  content: "";
  background-color: #39f;
  height: 3px;
  width: 35%;
  bottom: -10px;
  left: 0;
} */

.concorso p{
  margin-bottom: 15px;
}

.concorso ol{
  margin-left: 50px;
  font-size: 24px;
  margin-bottom: 15px;
}
