.static-component-container {
  margin-top: 80px;
  padding: 0px;
}

.description-what-is-wishyoo {
  font-family: Century Gothic;
  color: gray;
  font-size: 24px;
  text-align: left;
}

.description-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.description-point .icon {
  width: 60px;
  object-fit: contain;
  height: 60px;
  margin-left: 10px;
}

.description-point .icon.friends {
  width: 90px;
}

.static-component-container h2 {
  color: gray;
  font-size: 30px;
}

.static-component-container h2 span {
  color: orange;
}

.inline-images {
  display: flex;
}

.sticker {
  position: absolute;
}

.sticker img {
  width: 150px;
  height: 150px;
}

.sticker p {
  position: absolute;
  color: white;
  font-weight: bold;
  margin: 0;
  font-size: 23px;
}

.top-left {
  top: 13%;
  left: 9%;
}

.top-right {
  top: 11%;
  right: 21%;
}

.top-left p, .middle p {
  font-size: 16px;
}

.middle {
  top: 53%;
  left: 34%;
  min-width: 100px;
}

.middle-bottom {
  top: 76%;
  left: 25%;
}

.how-it-works-image {
  width: 100%;
  padding: 20px;
}

.col-md-5 {
  max-width: 560px;
}

.gray-text-description {
  color: gray;
  text-align: left;
  margin-bottom: 40px;
}

@media (max-width: 1150px) {
  .sticker p {
    font-size: 15px;
  }

  .top-left p, .middle p {
    font-size: 12px;
  }

  .top-left p {
    left: 10%;
  }

  .top-right {
    right: 22%;
  }

  .middle {
    top: 52%;
    left: 34%;
  }

  .middle-bottom {
    top: 75%;
    left: 27%;
  }
}

@media (max-width: 991px) {
  .static-component-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 0px;
  }

  .col-md-12 .gray-text-description {
    text-align: center;
  }

  .static-component-container .description-point {
    margin-left: 0px !important;
    flex-direction: column;
  }
  .description-what-is-wishyoo {
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .how-it-works-image {
    width: 100%;
  }
  .top-left {
    top: 14%;
    left: 10%;
  }
  .top-right {
    right: 20%;
  }
  .middle {
    top: 53%;
    left: 35%;
  }
  .middle-bottom {
    top: 76%;
  }
  .static-component-container h2 {
    margin: 30px 0px 30px 0px;
  }
  .description-point .icon {
    margin-left: 0px;
  }
}

@media (max-width: 550px) {
  .top-right {
    right: 22%;
    top: 12%;
  }
  .middle-bottom {
    top: 75%;
  }
  .top-left {
    left: 12%;
  }
  .top-left p, .middle p {
    font-size: 10px;
  }
  .middle {
    top: 52%;
    left: 36%;
  }
}
