.widget-snippet .btn-wrap a {
    background: rgba(239, 190, 79, 1);
    border-radius: 0;
    width: 183px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    padding: 10px;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
}

.widget-snippet .btn-wrap a:hover {
    text-decoration: none;
    background: #fff;
}
