.quote-client *{
  text-align: center;
  color: var(--link_color);

}
.quote-client{
  background-color: var(--body_bg);
  padding: 50px 0;
  overflow: hidden;
  padding-top: 150px;
}
.quote-client__wrapper{
  padding-inline: 15px;
max-width: 992px;
  margin: auto;
}
.quote-client .blockquote{
  border: 2px solid var(--link_color);
  border-radius: 8px;
  padding: 40px 80px;
  width: fit-content;
  margin: auto;
  position: relative;
  
}
.quote-client .blockquote svg{
  width: 100px;
  height: 100px;
  position: absolute;
  right: -15px;
  left: auto;
  top: -75px;
/*   top: 0; */
  fill: var(--link_color);
}
.quote-client strong{
margin-top: 16px;
}
.quote-client strong, .quote-client small{
  display: block;
}
@media (min-width: 1200px){
  .quote-client{
    padding-top: 50px;
  }
.quote-client .blockquote svg{
   width: 200px;
  height: 200px;
  top: -50px;
  right: -150px;
}