.case-media-container {
  max-width: 100%;
  width: 1300px;
  min-height: 100%;
  font-family: "GothamBold", sans-serif;
}

.case-media-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
}
.media-header h4 {
  font-size: 5rem;
}
.case-media-content ul li,
.sale-bottom ul li {
  font-family: "GothamBook", sans-serif;
  padding: 10px 0;
  font-size: 1.2rem;
}

.media-header span {
  font-size: 2.7rem;
}
.media-header .sub-label {
  display: flex;
  place-content: center;
  margin-left: 20rem;
  font-size: 3.7rem;
}
.case-image-media {
  position: absolute;
  max-width: 540px;
  border-radius: 1rem;
}
.case-image-media img {
  width: 100%;
  height: auto;
}
.case-image-media.image-1 {
  left: 35%;
}

.case-image-media.image-2 {
  width: 17vw;
  top: 0;
  right: 2%;
}

.case-image-media.image-3 {
  width: 15vw;
  right: 3%;
  top: 40%;
}
.sale-image-container {
  display: flex;
  flex-direction: column;
  gap: 9px;
  position: relative;
}
.sale-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}
.sale-bottom {
  display: flex;
  justify-content: start;
  margin-left: 20px;
}
.sale-top .div1 {
  width: 550px;
}
.sale-top .div2 {
  width: 450px;
}
.sale-top .div3 {
  width: 200px;
}
.sale-bottom .div4 {
  width: 50%;
}
.sale-bottom .div5 {
  position: absolute;
  width: 700px;
  bottom: 0;
  right: 0;
  transform: translate(10%, 20%);
}
.sale-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.rainbowH.medias {
  width: 240px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
