.buttons__secondary {
	border: 1px solid #e2e2e2;
	padding: 0.5rem 1.25rem;
	color: #202020;
	font-family: var(--headings-font-family-bold);
	font-size: 16px;
    text-transform: uppercase;
	background: #ececec;
	border-radius: 3px;
	cursor: pointer;
}
