.todas-categorias{
  z-index: 1;
  justify-content: space-between;
  border-radius: 20px;
  height: 100%;
  padding: 0 4.5rem;
}
.todas-categorias h2{
  color: white;
  font-size: 25px;
}

/* Small devices (phones, 640px and below) */
@media only screen and (max-width: 530px) {
  .todas-categorias{
    padding: 0 1rem;
  }
  .todas-categorias h2{
    font-size: 20px;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 650px) and (max-width: 768px) {
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 800px) and (max-width: 1366px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1366px) and (max-width: 2000px) {
}