.effective-date {
    color: #666;
}

h2 {
    color: #0f6b3c;
    margin-top: 35px;
    margin-bottom: 15px;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 8px;
}

p {
    margin-bottom: 16px;
}

ul {
    margin-left: 22px;
    margin-bottom: 18px;
}

li {
    margin-bottom: 8px;
}

.contact-card {
    background: #eef9f2;
    border-left: 5px solid #0f6b3c;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.contact-card h3 {
    margin-bottom: 10px;
    color: #0f6b3c;
}

a {
    color: #0f6b3c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {

    .container {
        margin: 20px;
        padding: 30px 24px;
    }

    header h1 {
        font-size: 2rem;
    }

}