.opinion-card {
    position: relative;
    max-width: 500px;
    min-height: 250px;
    margin: 0 auto;
    font-weight: 300;
    color: #6c757d;
}

#comment {
    font-size: 15px;
    color: #72787c;
    line-height: 1.5;
    letter-spacing: 1px;
}

.img-wrapper-link {
    display: flex;
    width: 100%;
}

#img-stars {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
}

#author {
    width: 100%;
    font-size: 13px;
    line-height: 1.69;
    color: #484848;
}

.opinion-title {
    color: #303030;
    font-weight: 600;
    font-size: 30px;
}

.light-grey-btn {
    text-transform: uppercase;
    border: 1px solid #E3E3E3;
    color: #8A8A8A;
    text-decoration: none;
    transition: all .3s;
    border-radius: 100px;
    font-weight: 600;
    line-height: normal;
    width: 83px;
    height: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.light-grey-btn:hover {
    background-color:#E6E9ED;
    color: #8a8a8a;
    text-decoration: none;
}

.light-grey-btn.bigger {
    width: auto;
    height: auto;
    padding: 6px 14px;
}
