.impression{background:#f8fafd;border:1px solid rgba(0,0,0,.05);border-radius:20px;display:flex;flex-direction:column;gap:20px;margin-bottom:50px;padding:30px 0}.impression .author{align-items:center;background:#fff;border-left:0;border-radius:0 100px 100px 0;box-shadow:0 10px 20px rgba(0,0,0,.03);display:flex;gap:16px;max-width:90%;padding:10px 30px;width:max-content}.impression .author .image{border-radius:100px;height:64px;overflow:hidden;width:64px}.impression .author .image img{height:100%;object-fit:cover;object-position:center;width:100%}.impression .author .author-data{flex:1}.impression .author .name{font-size:20px;font-weight:600}.impression .author .details{font-size:14px}.impression .text{font-size:22px;font-weight:500;line-height:150%;padding:0 30px 0 110px;position:relative}.impression .text svg{left:30px;position:absolute;top:0;width:64px}.impression .text svg path{fill:#826cff}@media(max-width:767px){.impression .author .name{font-size:18px}.impression .text{font-size:20px}.impression .author{align-items:flex-start}.impression .author .image{height:32px;width:32px}.impression .text svg{width:32px}.impression .text{padding-left:78px}}