.rn15 {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  padding: 1.5rem 5rem 1.5rem 3.5rem;
  background: #eaeaea;
}

@media (width <= 1200px) {
  .rn15 {
    padding: 1.5rem 5rem 1.5rem 0;
  }
}

@media (width <= 1100px) {
  .rn15 {
    grid-template-columns: auto auto;
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}

@media (width <= 750px) {
  .rn15 {
    grid-template-columns: auto;
    justify-items: center;
    padding: 3.625em 1.5rem 0 1.5rem;
  }
}

@media (width <= 750px) {
  .rn15 .drops {
    justify-self: center;
    margin: 0 -2rem;
  }
}

.rn15 .drop {
  position: relative;
  width: 7.375rem;
  height: 7.375rem;
  border: 0.1875rem solid #eaeaea;
  font-size: 1.125rem;
}

@media (width <= 1400px) {
  .rn15 .drop {
    width: 6rem;
    height: 6rem;
    font-size: 0.875rem;
  }
}

.rn15 .drop--orange {
  padding: 0.125rem 0.125rem 0 0;
  border-radius: 50% 50% 50% 0;
}

.rn15 .drop--orange > div > div:nth-child(2) {
  margin: -0.1875rem 0 0.0625rem;
  font-size: 1.375rem;
}

@media (width <= 1400px) {
  .rn15 .drop--orange > div > div:nth-child(2) {
    font-size: 1rem;
  }
}

.rn15 .drop--violet {
  margin: 0 -0.5rem;
  padding: 0 0.25rem 0 0;
  border-radius: 0 50% 50% 50%;
  z-index: 1;
}

.rn15 .drop--green {
  padding: 0 0 0 0.25rem;
  border-radius: 50% 0 50% 50%;
}

.rn15 > img {
  position: absolute;
  top: 1.625rem;
  right: 1.625rem;
}

@media (width <= 750px) {
  .rn15 > img {
    top: 1rem;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.rn15__left {
  max-width: max-content;
  color: #e30043;
}

@media (width > 750px) and (width <= 1100px) {
  .rn15__left {
    justify-self: flex-end;
  }
}

@media (width > 750px) {
  .rn15__left img {
    margin: 0 0 0 2.125rem;
  }
}

.rn15__left > div:nth-of-type(1) {
  margin: 1.5rem 0 0;
  font-size: 1.625rem;
}

@media (width <= 750px) {
  .rn15__left > div:nth-of-type(1) {
    font-size: 1rem;
  }
}

.rn15__left > div:nth-of-type(2) {
  margin: 0.75rem 0 0;
  font-size: 2.5rem;
  line-height: 1.1;
}

@media (width <= 750px) {
  .rn15__left > div:nth-of-type(2) {
    font-size: 1.75rem;
  }
}

.rn15__img {
  align-self: flex-end;
  margin: -1.5rem 0;
}

@media (width > 750px) and (width <= 1100px) {
  .rn15__img {
    grid-column: span 2;
  }
}

@media (width <= 1100px) {
  .rn15__img {
    align-self: flex-end;
    justify-self: center;
    max-width: 20rem;
    margin: 2rem 0 0;
    order: 3;
  }
}

.rn15__right {
  display: grid;
  gap: 2.25rem;
  margin: 1.5rem 0.875rem 0 2.5rem;
}

@media (width <= 750px) {
  .rn15__right {
    gap: 1rem;
    margin: 1.5rem auto 0;
  }
}

@media (width > 400px) and (width <= 750px) {
  .rn15__right > img {
    max-width: 16rem !important;
  }
}

@media (width <= 750px) {
  .rn15__right > img {
    margin: 0 auto;
  }
}
