#design-image-collage img:first-of-type {
  max-width: 88%;
  right: 0;
}
#design-image-collage img:last-of-type {
  position: relative;
  max-width: 73%;
  margin-top: 40%;
}
#design-image-collage:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 860px;
  height: 860px;
  border-radius: 2000px;
  background: linear-gradient(120deg, rgba(55, 118, 255, 0) 45%, rgba(55, 118, 255, 0.1) 100%);
  right: -10%;
  top: -14%;
}
#marketing-image-collage svg {
  width: 80%;
  margin-top: -15%;
  left: 15%;
  position: absolute;
  z-index: -1;
}
#marketing-image-collage img:first-of-type {
  max-width: 66%;
  box-shadow: 0 12px 58px 0 rgba(0, 136, 225, 0.4), 0 12px 90px 0 rgba(0, 136, 225, 0.09);
}
#marketing-image-collage img:nth-of-type(2) {
  max-width: 49%;
  left: 20%;
  bottom: 9%;
}
#marketing-image-collage img:nth-of-type(3) {
  max-width: 17%;
  bottom: 0;
}
#marketing-image-collage img:last-of-type {
  position: relative;
  float: right;
  max-width: 51%;
  margin-top: 31%;
  margin-bottom: 30%;
  box-shadow: 0 12px 58px 0 rgba(0, 31, 52, 0.23), -50px 12px 90px 0 rgba(0, 136, 225, 0.22);
}
#marketing-image-collage:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 400px;
  height: 400px;
  border-radius: 2000px;
  background: linear-gradient(120deg, rgba(255, 173, 0, 0) 45%, rgba(255, 173, 0, 0.4) 100%);
  right: 10%;
  bottom: 0;
}
#showcase-image-collage svg {
  width: 80%;
  margin-top: -15%;
  left: 15%;
  position: absolute;
  z-index: -1;
}
#showcase-image-collage img:first-of-type {
  position: relative;
  float: right;
  max-width: 64%;
  margin-bottom: 7%;
}
#showcase-image-collage img:nth-of-type(2) {
  max-width: 88%;
  top: 12%;
}
#showcase-image-collage img:last-of-type {
  max-width: 41%;
  bottom: 0;
  left: 7%;
}
#showcase-image-collage:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 700px;
  height: 700px;
  border-radius: 2000px;
  background: linear-gradient(145deg, rgba(0, 181, 230, 0) 55%, rgba(0, 181, 230, 0.2) 100%);
  right: -50%;
  bottom: -10%;
}
#woo-image-collage img:first-of-type {
  position: relative;
  max-width: 93%;
  margin-bottom: 33%;
}
#woo-image-collage img:last-of-type {
  max-width: 74%;
  bottom: 0;
  right: 0;
}
#woo-image-collage:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 800px;
  height: 800px;
  border-radius: 2000px;
  background: linear-gradient(145deg, rgba(52, 221, 135, 0) 55%, rgba(52, 221, 135, 0.5) 100%);
  right: 0;
  bottom: -60px;
}
#storytell-image-collage img:first-of-type {
  max-width: 33%;
  top: 3%;
}
#storytell-image-collage img:nth-of-type(2) {
  position: relative;
  float: right;
  right: 3%;
  margin-top: 9%;
  margin-bottom: 8%;
  max-width: 74%;
}
#storytell-image-collage img:nth-of-type(3) {
  right: 0;
}
#storytell-image-collage img:last-of-type {
  max-width: 43%;
  bottom: 0;
  right: 17%;
}

