h4.alts-title {
	color: white;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
    width: 100%;
}

.alt-item {
	padding: 30px;
	background-color: #333;
	border-radius: 8px;
	text-align: center;
	transition: all 0.3s ease;
	color: #f9f9f9;
	display: flex;
	flex-direction: column;
	min-height: 280px;
	justify-content: space-between;
	flex: 1 1 auto;
}

.alt-item > div:first-child {
	flex-grow: 0;
}

.alt-item:hover {
	background-color: #444;
	transform: translateY(-5px);
}

.alt-logo {
	height: 60px;
	margin-bottom: 20px;
}

h5.alt-title {
	color: white;
	font-weight: bold;
	margin-bottom: 10px;
}

p.alt-desc {
	font-size: 14px;
	line-height: 1.6;
	color: #ccc;
	margin-bottom: 15px;
}

p.alt-desc-small {
	font-size: 13px;
	line-height: 1.5;
	color: #aaa;
	margin-bottom: 25px;
}

a.button.alt-cta {
    background-color: #dbc86c !important;
    color: #222 !important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
	padding: 12px 20px;
    transition: background-color 0.3s ease;
	border: none;
	height: auto;
}

a.button.alt-cta:hover {
    background-color: #c9b65a !important;
    color: #222 !important;
}

/* Equal height cards and button alignment */
.super.alts .content-wrapper > .row {
    display: flex;
    flex-wrap: wrap;
}

.super.alts .content-wrapper > .row .columns {
    display: flex;
}

/* Extra spacing before footer */
.super.alts.row {
    margin-bottom: 60px;
} 