.revits-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    grid-gap: 20px;
    margin-top: 40px;
}

.fdec-revsec {
    padding: 0px 0px 100px 0px;
}

.box-revits {
    background-color: white;
    border-radius: 18px;
    border: rgb(15 23 42 / 0.1) solid 1px;
    max-width: 320px;
    padding: 20px;
}

.box-revits:hover {
    box-shadow: 0 20px 25px -5px rgb(15 23 42 / 0.1), 0 8px 10px -6px rgb(15 23 42 / 0.1);
}

.revstar-fxel {
    display: flex;
    justify-content: right;
    height: 20px;
    margin-left: auto;
    font-size: 18px;
    margin-top: 10px;
    color: #FDCC0D;
}

.revu-profico {
    height: 35px;
    width: 35px;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 8px;
}

.revur-dta {
    margin-top: 15px;
}

.revur-dta p {
    text-transform: capitalize;
    font-size: 14px;
    line-height: 18px;
    color: #0000008c;
    font-weight: 400;
}

.revu-profico img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.revu-uname {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.5em;
    font-weight: 600;
}

.revu-urevpd {
    text-transform: capitalize;
    font-size: 12px;
    line-height: 1em;
    font-weight: 500;
    color: #0000008c;
}

.revu-prflex {
    display: flex;
    align-items: center;
}