
.swiper-slide .content h2 {
	font-size: 52px;
	font-weight: 700;
	text-align: center;
}

.swiper-slide .content p {
	text-align: center;
}

.swiper-slide .content .buttons {
	text-align: center;
}


/* ── Button 1 (or only button): nb-button-primary — orange fill ── */

.swiper-slide .button.solid_color a {
	background-color: #d54439 !important;
	color: #fff !important;
	border: 2px solid transparent !important;
	padding: 12px 24px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	box-shadow: none !important;
}

.swiper-slide .buttons .button:first-child a:hover {
	background-color: #591813 !important;
	color: #fff !important;
}


/* ── Button 2 only: nb-button-secondary — outlined navy ── */
/* :last-child:not(:first-child) only matches when a second button exists */

.swiper-slide .buttons .button:last-child:not(:first-child) a {
	background-color: #fff !important;
	color: #092F55 !important;
	border: 2px solid #092F55 !important;
}

.swiper-slide .buttons .button:last-child:not(:first-child) a:hover {
	background-color: #E0F6FD !important;
	color: #092F55 !important;
	border-color: #092F55 !important;
}
