.list-ratings-review {
    border: 1px solid #8fc31f;
    border-radius: 17.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-inline: auto;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .05em;
    padding-block: 11px;
    max-width: 246px;
    transition: all .3s ease-in-out;
}

.list-ratings-review:hover {
    background-color: #8fc31f;
    color: #fff;
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 26px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
    min-width: 246px;
    border: 2px solid #6fbf00;
}

.btn-outline:hover {
    background: #6fbf00;
    color: #fff;
    outline: none;
}


.btn-fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 26px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
    min-width: 246px;
    background: #e6a23c;
    color: #fff !important;
    border: 2px solid #e6a23c;
}

.btn-fill:hover {
    background: #d895
}