#pagina-creditos {
  font-size: 1.25rem;
}
#pagina-creditos .pagina-imagem-cabecalho {
  background-image: url(../imagens/banner/banner-creditos.jpg);
  background-position-y: 100%;
}
.parceiro-texto {
  padding: 0 10%;
}
.parceiro-imagem {
  width: 100%;
}
@media only screen and (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .parceiro-imagem {
    padding: 0 5% 3rem 5%;
  }
}
@media only screen and (min-width: 768px) {
  .parceiro-imagem {
    padding: 0 3rem 3rem 3rem;
  }
}
.parceiro-imagem img {
  max-height: 450px;
}
@media only screen and (max-width: 575.98px), only screen and (min-width: 576px) and (max-width: 767.98px) {
  .parceiro-imagem img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .parceiro-imagem img {
    max-width: 768px;
  }
}
