/* ==========================================================================
   SREC — Homepage banners (srec2-banner-1.png, srec2-banner-2.png)
   Full-bleed, edge-to-edge image blocks. No JS needed for this block.
   ========================================================================== */

.srec2-banner {
	width: 100%;
	line-height: 0;
}

.srec2-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.srec2-banner-2 {
	position: relative;
}

.srec2-banner-2 .srec2-banner-2-btn {
	position: absolute;
	right: 14px;
	bottom: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	background: #fffdfd;
	border: 1px solid #017c75;
	border-radius: 8px;
	color: #017c75;
	font-size: 20px;
	line-height: 24px;
	white-space: nowrap;
}
