div.depoimentos{
  margin: 50px 0;
}

div#titulo-depoimentos {
  font-size: 4em;
  line-height: 1em;
  text-align: center;
  color: #000;
  margin: 50px 0 25px 0;
  font-weight: 100;
}

div#titulo-depoimentos strong {
  color:#ea002a;
}

.cta-rodape {
  display: flex;
  justify-content: space-around;
  border: 2px solid #000;
  border-radius: 100px;
  padding-top: 35px;
  height: 100%;
  clear: both;
}

.cta-rodape .frase h3 {
  font-size: 2.5em;
}

.cta-rodape .frase p {
    font-size: 2em;
}

.cta-rodape .botao a {
}

.cta-rodape .botao a button {
  margin-top: 15px;
  background: #EA002A;
  width: 140px;
  height: 40px;
  padding: 10px;
  text-align: center;
  border-radius: 25px !important;
  border: none !important;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 768px){
  div.calendario > ul {
    display: block;
  }

  div.box-roteiros{
    width: 100%;
  }

  .cta-rodape{
    display: block;
    border-radius: 15px;
  }

  .cta-rodape .frase h3 {
    font-size: 1.8em;
    line-height: 1em;
    text-align: center;
  }

  .cta-rodape .frase p{
    margin: 15px 0;
    padding: 0px;
    font-size: 1.7em;
    line-height: 1em;
    text-align: center;
  }

  .cta-rodape .botao{
    margin-bottom: 15px;
    text-align: center;
  }

}