.rating-cards {
	.landing-page & {
		.btn--primary {
			border-color: transparent;
			background-color: transparent;
			color: inherit;
			text-decoration: underline;
			text-transform: none;
			font-size: 2.6rem;
			
			&:hover, &:focus-visible {
				text-decoration: none;
			}
		}
	}
}
