
.clippy-container {
    position: absolute;
    top: -8em;
    left: 65%;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#clippy_2 {
  z-index: 5;
  width: 30rem;
  margin-left: 20%;
}


#clippy_2_text {
  z-index: 5;
  width: 20rem;
  margin-top: 25%;
  margin-left: 40%;
}

.testimonials {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 200px;
}

.recommendation {
  width: 35%;
}
