.results-card-main{display:flex;box-shadow:0 25px 74px 0 rgba(226,79,79,.078);border-radius:14px;background-color:#fff;overflow:hidden;height:100%}.results-card-main .card-left{width:40%}.results-card-main .card-left img{max-width:100%;max-height:100%;height:100%;width:100%}.results-card-main .card-right{width:60%;display:flex;flex-direction:column;gap:25px;padding:35px}.results-card-main .card-right .card-bottom-main{flex:1 1;display:flex;align-items:end}.results-card-main .card-right .card-bottom-main .card-bottom{display:flex;gap:20px;align-items:center}.results-card-main .card-right .card-bottom-main .card-bottom .user-img{width:64px;height:64px;border-radius:50%;overflow:hidden}.results-card-main .card-right .card-bottom-main .card-bottom .user-img img{max-width:100%;max-height:100%;height:100%;width:100%;object-fit:cover}@media(max-width:1399px){.results-card-main .card-right{padding:25px;gap:20px}.results-card-main .card-right .card-bottom-main .card-bottom{gap:10px}.results-card-main .card-right .card-bottom-main .card-bottom .user-img{width:50px;height:50px}}@media(max-width:575px){.results-card-main{flex-direction:column}.results-card-main .card-left{width:100%}.results-card-main .card-right{width:100%;padding:15px}.results-card-main .card-right .quote-icon svg{width:30px}.results-card-main .card-right .card-bottom-main .card-bottom .user-img{width:45px;height:45px}}