.cta-small {
	width: 100%;
	padding-top: var(--py-section);
	padding-bottom: var(--py-section);
	background-color: var(--color-dark);
	color: var(--color-white);
}

.cta-small-inner {
	display: grid;
}

.cta-small-inner h2 {
	font-size: 34px;
	line-height: 48px;
}

.cta-small-inner h2 strong {
	display: block;
	color: var(--color-secondary-light);
}

.cta-small-button {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

@media screen and (min-width: 1025px) {
	.cta-small-inner {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
	}

	.cta-small-inner h2 {
		font-size: 48px;
		margin-bottom: 0;
	}
}
