.google-rev-wrapper .item {

    width:100%;
    padding:25px;
    border:1px solid #f4f4f4;
    border-radius:10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);

}

.google-rev-wrapper .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
} 


.google-rev-wrapper .slider-outer {
    width:calc(100% - 120px);
    display:inline-block; 
}

.google-rev-wrapper .author {
     display:flex;
     align-items:center;
     
}

.google-rev-wrapper .author .avatar {
    width:56px;
    height:56px;
    background-size:cover;
    border-radius:50%;
    background-position: center;
    flex-shrink: 0;
}

.google-rev-wrapper .author h3 {
    font-size:18px;
    font-family: "Archivo", sans-serif;
    margin:0;
    line-height: 21px;
    color:#0e462e;
}

.google-rev-wrapper .author .b {
    padding-left:9px;
}

.google-rev-wrapper .item {
    text-align:left;
}

.google-rev-wrapper .item time {
    color:#8c8b91;
    font-size:13px;
    font-weight: 600;
}

.google-rev-wrapper .stars {
    margin-top: 21px;
}

.google-rev-wrapper .stars .star {
    width: 18px;
    height: 18px;
    display: inline-block;

    background-image: url(../img/star-full.svg);
    background-size: cover;
}

.google-rev-wrapper .stars .star.halve {
    background-image: url(../img/star-halve.svg);
}

.google-rev-wrapper .stars .star.outline {
    background-image: url(../img/star-outline.svg);
}

.google-rev-wrapper .txt p {
    font-size:15px;
    padding:0;

    height: 121px;
    overflow: hidden;
    margin: 0;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
}

.google-rev-wrapper .txt {
   margin-top:5px;
}

.google-rev-wrapper a.more {
    display:block;
    color:#03BF66;
    font-weight: 400;
    margin-top:15px;
    
}

.google-rev-wrapper a.nav-arrow {
    height:42px;
    width:42px;
    background-image:url('../img/left.svg');
    background-size:cover;
    display: block;
    border: 1px solid #000;
    border-radius: 5px;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
}

.google-rev-wrapper a.nav-arrow:hover {
    text-decoration: none;
}

.google-rev-wrapper a.nav-arrow.next {
    background-image:url('../img/right.svg');
    left:auto;
    right:0;
}

.google-rev-wrapper {
    position: relative;
    width:100%;
    
}

.google-rev-wrapper .nav-wrapper-a {
    position: absolute;
    height:100%;
    width:100%;
}

.google-rev-wrapper .bottom-b {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.google-rev-wrapper .author {
    margin-bottom:15px;
}

.google-rev-wrapper .item {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.17);
    border-radius: 20px;
    background-color: #fff;
    padding:40px;
    height:320px;
}