.destacado--list {
  width: 100%;
}

.destacado--list .list--item {
  width: 30%;
}

.destacado--list .item--image {
  height: 220px;
}

@media screen and (max-width: 1024px) {
  .destacado--list .list--item {
    width: 32%;
  }
}

@media screen and (max-width: 800px) {
  .destacado--list .list--item {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .destacado--list .list--item {
    width: 100%;
  }
}

.instagram-videos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin: 35px auto 20px;
  max-width: 700px;
}

.instagram-video {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .1);
}

.instagram-video video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background-color: #222;
}

.container-ig {
  display: flex;
  justify-content: center;
  margin: 0;
}

.container-ig .subtitle {
  margin: 0;
}

@media screen and (max-width: 600px) {
  .instagram-videos {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 300px;
  }
}
