/* Responsive refinements */

@media (max-width: 374px) {
	.twa-hero__ctas .twa-btn {
		width: 100%;
	}

	.twa-hero__trust {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1440px) {
	:root {
		--container-max: 1320px;
	}
}
