
.atalag-get-started {
	padding: 75px 20px;
	background: #fff;
}
.atalag-get-started__inner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.atalag-get-started h2 {
	margin: 0 0 42px;
	font-family: Verdana, sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	color: #333;
}
.atalag-get-started__actions {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 24px;
}
.atalag-get-started__actions a {
	min-width: 198px;
	min-height: 41px;
	padding: 7px 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #111;
	background: #fff;
	color: #111;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 1.7px;
	text-transform: uppercase;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}
.atalag-get-started__actions a:hover,
.atalag-get-started__actions a:focus-visible {
	background: #111;
	color: #fff;
}
@media (max-width: 767px) {
	.atalag-get-started { padding: 55px 20px; }
	.atalag-get-started h2 { margin-bottom: 30px; font-size: 19px; }
	.atalag-get-started__actions { gap: 14px; }
	.atalag-get-started__actions a { width: min(100%, 320px); }
}
