.case-web-container {
  max-width: 100%;
  width: 1300px;
  min-height: 100%;
  font-family: "GothamBold", sans-serif;
}
.case-content,
.case-influ-content {
  width: 100%;
  padding-bottom: 3rem;
  position: relative;
}

.case-content ul li,
.case-influ-content ul li {
  font-family: "GothamBook", sans-serif;
  padding: 10px 0;
  font-size: 1.2rem;
}

.case-header h4,
.influ-header h4 {
  font-size: 5rem;
}

.case-header p,
.influ-header p {
  font-size: 2.7rem;
}

.case-challenge,
.case-solution {
  width: 490px;
}

.case-image {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 600px;
}

.case-image img,
.influ-image img {
  width: 100%;
  height: 100%;
}

/* Social */

.case-image-social {
  position: absolute;
  max-width: 290px;
  border-radius: 1rem;
}

.image-1 {
  top: 5%;
  right: 40%;
  z-index: 1;
}

.image-2 {
  top: 30%;
  right: 20%;
  z-index: 2;
}

.image-3 {
  top: 77%;
  right: 40%;
  z-index: 3;
}

.image-4 {
  top: 50%;
  right: 55%;
  z-index: 3;
}
