.case-link{position:relative;z-index:1;transition:all .3s 0s;padding:2rem;background-size:cover;display:flex;flex-direction:column;justify-content:space-between;gap:30px;overflow:hidden;border-radius:3rem;min-height:220px}.case-link:hover{scale:1.05}.case-link:before{content:" ";z-index:-1;position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(0deg,rgb(0 0 0 / .2) 0%,rgb(0 0 0 / .2) 100%)}.case-link .arrow{border-radius:10px;margin-left:auto;width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:#fff;transition:all linear .25s}.case-link .arrow img{max-width:10px}.case-link .content{font-weight:600;font-size:14px;line-height:125%;color:#fff}.case-link .content .name{margin-bottom:10px;font-weight:700}.item-review{padding:3rem;align-items:start!important;justify-content:start!important;transition:all .5s 0s;position:relative;background-color:#f9fafa;border-radius:3rem;border:1px solid #d9d9d9;display:flex;flex-direction:column;gap:1rem}.item-review:hover{scale:1.025}.item-review:before{content:'"';position:absolute;top:1.5rem;left:2rem;font-size:40px;color:var(--brown)}.item-review img{width:85px;min-width:85px;height:85px;border-radius:85px}.item-review .text{font-size:var(--fs24);height:auto!important}.item-review .position{font-size:12px;margin-top:auto;border-top:1px solid #d9d9d9;padding-top:2rem;width:100%}.item-review .position strong{display:block}.item-review .position span{color:var(--orange);display:block}.item-review.small .text{font-size:var(--fs18)}.item-review.small img{width:65px;min-width:65px;height:65px}@media(max-width:576px){.item-review .text{font-size:var(--fs16)}}@media(max-width:360px){.item-review{padding:2rem}.item-review img{margin-left:1rem}.item-review .text{font-size:var(--fs14)}}