body.widget-snippet .header-button-group{
	padding:40px;
}
.widget-snippet .header-button-group ul{
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: end;
}
.widget-snippet .header-button-group ul li{
	margin: 0 6px;
	padding: 0px 6px;
}
.widget-snippet .header-button-group a {
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    margin: 0;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    background-color: #8FB63E;
    font-family: "Poppins", sans-serif;
    padding: 16px  54px;
    display: inline-block;
    border-radius: 5px;
}
.widget-snippet .header-button-group a:hover {
    color: #fff;
	background-color: #7854A3;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-snippet .header-button-group ul li:last-child a{
    background-color: #7854A3;
}
.widget-snippet .header-button-group ul li:last-child a:hover{
    background-color: #8FB63E;
}

