ds-feature ds-button[slot="buttons"] {
	width: fit-content;
	@media only screen and (max-width: 639px) {
		width: 100%;
		display: block;
	}
}