.sda-news-cards-section {
	width: 100%;
	padding: clamp(2.5rem, 6vw, 5rem) 0;
	color: #111;
	background: #fff;
}

.sda-news-cards-section__container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.sda-news-cards-section__title-wrap {
	display: inline-flex;
	max-width: min(100%, 48rem);
	margin: 0 auto clamp(1.25rem, 3vw, 2rem);
	padding: 0.35rem 1.5rem;
	background: #ffda82;
	transform: rotate(-2deg);
	transform-origin: center;
}

.sda-news-cards-section__title {
	margin: 0;
	font-size: clamp(1.7rem, 3vw, 2.65rem);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
	text-align: center;
	overflow-wrap: anywhere;
}

.sda-news-cards-section__intro {
	width: min(100%, 48rem);
	margin: 0 auto clamp(2rem, 5vw, 3.5rem);
	font-size: clamp(1rem, 1.4vw, 1.125rem);
	line-height: 1.65;
	text-align: center;
}

.sda-news-cards-section__intro > :last-child {
	margin-bottom: 0;
}

.sda-news-cards-section__grid {
	width: 100%;
}

.sda-news-cards-section__card {
	height: 100%;
	background: #fff;
}

.sda-news-cards-section__card-link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.sda-news-cards-section__card-link:hover,
.sda-news-cards-section__card-link:focus {
	color: inherit;
	text-decoration: none;
}

.sda-news-cards-section__card-link:focus-visible {
	outline: 3px solid #111;
	outline-offset: 5px;
}

.sda-news-cards-section__image-wrap {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	margin: 0 0 1.15rem;
	overflow: hidden;
	background: #f5f5f5;
}

.sda-news-cards-section__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: transform 220ms ease;
}

.sda-news-cards-section__card-link:hover .sda-news-cards-section__image,
.sda-news-cards-section__card-link:focus .sda-news-cards-section__image {
	transform: scale(1.055);
}

.sda-news-cards-section__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.sda-news-cards-section__date {
	display: block;
	margin: 0 0 .55rem;
	color: #ff9269;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: uppercase;
}

.sda-news-cards-section__card-title {
	margin: 0;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 700;
	line-height: 1.16;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}

.sda-news-cards-section__empty {
	width: 100%;
	margin: 0;
	text-align: center;
}

.sda-news-cards-section__button-wrap {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: clamp(2rem, 5vw, 3.5rem);
}

.sda-news-cards-section__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	min-height: 1.50rem;
	padding: .18rem .2rem .2rem 1.55rem;
	color: #111;
	font-size: clamp(0.8125em, 0.78em + 0.2vw, 0.875em);
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	background: #fff;
	border: 1.5px solid #111;
	border-radius: 35px;
	box-shadow: .22rem .22rem 0 #111;
	transform: translate(0, 0);
	transition: box-shadow 180ms ease, color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.sda-news-cards-section__button:hover,
.sda-news-cards-section__button:focus {
	color: #111;
	background: #fff;
	box-shadow: 0 0 0 #111;
	transform: translate(.22rem, .22rem);
}

.sda-news-cards-section__button:focus-visible {
	outline: 3px solid #111;
	outline-offset: 4px;
}

.sda-news-cards-section__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.15rem;
	height: 2.15rem;
	flex: 0 0 2.15rem;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	background: #ffda82;
	border-radius: 50%;
	transition: transform 180ms ease;
}

.sda-news-cards-section__button-icon img {
	display: block;
	width: min(1em, 12.56px);
	height: min(1em, 12.56px);
	object-fit: contain;
}

.sda-news-cards-section__button:hover .sda-news-cards-section__button-icon,
.sda-news-cards-section__button:focus .sda-news-cards-section__button-icon {
	transform: rotate(90deg);
}

@media (max-width: 767.98px) {
	.sda-news-cards-section__title-wrap {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	.sda-news-cards-section__card {
		max-width: 32rem;
		margin: 0 auto;
	}
}
