.manchete {
  background-color: #fff;
  display: flex;
  flex-direction: column-reverse;
}

.manchete .col-md-7,
.manchete .col-md-5 {
  width: 100%;
}

.manchete .titulo {
  line-height: 5rem;
  font-size: 9.6rem;
  text-transform: uppercase;
  text-align: center;
}

.manchete .titulo span {
  margin: 30px 0;
  font-size: 2rem;
  line-height: 2.4rem;
}

@media (max-width: 500px) {
  .manchete .titulo {
    font-size: 4.5rem;
    line-height: 5rem;
  }

  .manchete .titulo span {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}