.grid-forms__details {
	width: 75%;
}

.grid-forms__details h2 {
	margin-bottom: 2rem;
}

.grid-forms__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1rem;
	margin-top: 4rem;
}

.grid-forms__card {
	background: radial-gradient(
			68.34% 84.3% at 50% 51.5%,
			rgba(255, 81, 58, 0.14) 0%,
			rgba(255, 255, 255, 0) 100%
		),
		#f3f3f3;
	border-radius: 3rem;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	font-size: 1rem;
	line-height: 1.4;
}

.grid-forms__card img {
	height: 3rem;
	max-width: 8rem;
	object-fit: contain;
	object-position: left;
}

.grid-forms__card h5 {
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

.grid-forms__card p {
	margin-bottom: 2rem;
}

.grid-forms__card .plus-link {
	margin-top: auto;
}

.grid-forms__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.grid-forms__top a {
	background: #cd421d;
	color: #fff;
	padding: 0.5rem 1rem;
	border-radius: 2rem;
	border: 2px solid #fff;
	font-weight: 600;
	transition: all 0.3s;
}

.grid-forms__top a:hover {
	background: #1a1c1d;
}
