.concurso_historico {
  overflow-x: hidden;
  padding: 50px 0 0;
}
.concurso_historico .gco-container {
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
.concurso_historico .text_area {
  max-width: 590px;
}

.concurso_historico .text_area p {
  max-width: 480px;
  color: #616365;
}

.concurso_historico  .text_area .btn {
  background-color: #DD303E;
  color: #fff;
  border-radius: 12px;
  margin-top: 25px;
  font-family: "Margem-regular";
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
}

.concurso_historico .motivos {
  width: 45%;
}
.concurso_historico .motivos .box {
  margin-bottom: 25px;
}
.concurso_historico .motivos .box span {
  color: #0057FF;
  font-family: 'Margem-regular';
  font-size: 48px;
  line-height: 48px;
}
.concurso_historico .motivos .box p {
  color: #616365;
}

@media screen and (max-width: 910px) {
  .concurso_historico {
    padding: 0;
  }
  .concurso_historico .motivos {
    width: 100%;
    margin-top: 50px;
  }
}

@media screen and (min-width: 910px) and (max-width: 1024px) {
  .concurso_historico {
    padding: 0;
  }
  .concurso_historico .motivos {
    width: 100%;
    margin-top: 50px;
  }
}
