.cta-section {
    text-align: center;
    margin: 50px 0;
}

.cta-section h2 {
    color: #0f5132;
    margin-bottom: 15px;
    font-size: 28px;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0f5132;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #0a3b24;
}