.mais-acessados{
  z-index: 1;
  justify-content: space-between;
  border-radius: 20px;
  height: fit-content;
  padding: 0 4rem;
}
.mais-acessados h2{
  color: white;
  font-size: 20px;
}

/* Small devices (phones, 640px and below) */
@media only screen and (max-width: 530px) {
  .mais-acessados{
    padding: 0 .5rem;
  }
  .mais-acessados 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) {
}