h3.animation {
  align-self: flex-start;
  margin-bottom: 1rem;
  letter-spacing: 2px;
  font-size: 2.5rem;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 1.5rem;
  margin-left: 10%;
  font-family: "Lexend Peta", sans-serif;
}
section.artwork {
  display: flex;
  flex-direction: row;
  width: 80%;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #990000;
  padding: 1rem;
  gap: 1rem;
  border-radius: 0.25rem;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
section.artwork > div {
  width: 48%;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.artwork > div.extra {
  background-color: #990000;
}
section.artwork > div p {
  font-size: 1rem;
  font-weight: 400;
  font-family: "merriweather", serif;
}
section.artwork > div > div {
  width: 100%;
  max-height: 100%;
}
section.artwork > div > div > video {
  width: 100%;
  max-height: 100%;
}

@media all and (max-width: 1024px) {
  h3.animation {
    margin-left: 0;
  }
  section.artwork {
    width: 100%;
  }
}

@media all and (max-width: 832px) {
  section.artwork > div {
    width: 100%;
  }
}

@media all and (max-width: 580px) {
  section.artwork > div p {
    font-size: 1rem;
  }
  h3.animation {
    align-self: center;
    font-size: 2rem;
    font-weight: 500;
  }
}
