@media (max-width: 480px) {
  body {
    font-size: 14px;
    padding: 90px;
  }
  .top {
    display: flex;
    flex-direction: column;
  }
  .bottom {
    display: flex;
    flex-direction: column;
  }
  .s-rate {
  position: relative;
  left: -40px;
}
.t-rate {
  position: relative;
}
  .container {
    display: flex;
    flex-direction: column;
  }
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  display: flex;
  padding: 115px;
  width: 1440px;
  font-family: 'Sans-Serif, Arial';
  background-image: url('images/bg-pattern-top-desktop.svg'), url('images/bg-pattern-bottom-desktop.svg');
  background-position: center, butto-left;
  background-repeat: no-repeat;
}
.container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top {
  display: flex;
  gap: 120px;
}
.heading-text {
  width: 260px;
  margin-bottom: 20px;
}
.heading-text h1 {
  color: hsl(300, 43%, 22%);
  font-weight: bold;
}
.text {
  width: 370px;
}
.text p {
  color: hsl(300, 43%, 22%);
}
.rated-stars {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
}
.review p {
  color: hsl(300, 43%, 22%);
  font-weight: 700;
}
.f-rate,
.s-rate,
.t-rate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background-color: hsl(300, 24%, 96%);
  width: 390px;
  height: 45px;
  padding: 10;
  border-radius: 10px;
  box-sizing: border-box;
}
.s-rate {
  position: relative;
  left: 40px;
}
.t-rate {
  position: relative;
  left: 75px;
}
.bottom {
  display: flex;
  gap: 15px;
}
.f-pro,
.s-pro,
.t-pro {
  width: 310px;
  height: 240px;
  background-color: #531f50;
  border-radius: 7px;
  padding: 25px
  /* white-space: normal; */
}
.s-pro {
  position: relative;
  top: 20px;
}
.t-pro {
  position: relative;
  top: 40px;
}
.p-pic-edit {
  border-radius: 50px;
  height: 50px;
}
.pro-n-text {
  display: flex;
  gap: 20px;
  /* background-color: blue; */
}
.u-name h3 {
  margin-bottom: 2px;
  color: hsl(0, 0%, 100%);
}
.u-name h4 {
  font-size: 17px;
  color: #a6487f;
}
.review-left {
  position: relative;
  right: 20px;
  width: 265px;
  margin: 15px;
}
.review-left p {
  font-weight: 400;
  color: hsl(0, 0%, 100%);
  line-height: 23px;
  box-sizing: border-box;
}
