a.btn.button-links {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.button-label {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fa-icon,
.text {
	float: left;
}
.fa-icon {
	margin-right: 5px;
    color: rgb(255 255 255 / 0.5);
    font-size: 20px;
}

.quick-links a.btn.button-links {
    color: #fff;
    text-align: center;
    width: 100%;
}