#continentes {
  margin-top: 50px;
  margin-bottom: 50px;
}

.descricao {
  color: #000;
  margin-bottom: 50px;
}

.box-paises {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 25px;
}

.box-paises a {
  margin-bottom: 25px;
}

.box-paises a figure {
  border-radius: 15px;
  height: 350px;
}

.box-paises a figure figcaption {
  color: #fff;
  font-size: 2em;
  padding: 1em;
}

.cta-rodape {
  display: block;
  justify-content: space-around;
  border: 2px solid #000;
  border-radius: 100px;
  padding-top: 35px;
  height: 100%;
}

.cta-rodape .frase h3 {
    font-size: 2.5em;
	text-align:center;
}

.cta-rodape .frase p {
    font-size: 2em;
	text-align:center;
}

.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){
  .box-paises {
    display: block;
  }

  .box-paises a figure {
    margin-bottom: 25px;
  }

  .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;
  }

}