.hero_btn {
    text-decoration: none; 
	background: var(--accent); 
	color: white !important; 
	padding: 20px 18px; 
	border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}

.hero_btn:hover {
    background-color: #2ecc71;
}
