.btn, 
.wp-block-button__link {
font-size: .9rem !important;
}
.wp-block-button__link {
font-weight: 400 !important;
background-color: var(--wp--preset--color--forest-green) !important;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
background-color: #747a6c;
color: #fff;
text-decoration: none;
}
.wp-block-button__link:after, 
.btn-primary:after, .btn-tertiary:after, .btn:after {
display: inline-block;
position: static !important;
content: "";
background-repeat: no-repeat;
background-size: contain;
width: 20px !important;
height: 20px !important;
vertical-align: sub !important;
margin-left: 0.5rem !important;
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99992 3.3335L8.82492 4.5085L13.4749 9.16683H3.33325V10.8335H13.4749L8.82492 15.4918L9.99992 16.6668L16.6666 10.0002L9.99992 3.3335Z' fill='white'/%3E%3C/svg%3E%0A");
}
.is-style-secondary .wp-block-button__link {
background-color: #da5d36 !important;
}
.wp-block-button__link, 
.btn {
padding:10px 20px !important;
}
@media (min-width: 500px) {
.wp-block-button__link {
padding:10px 20px;
}
}
.btn.no-arrow:after {
display: none;
}
.dg-buttons.justify-content-center {
margin-left: auto;
margin-right: auto;
}