body {
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.7;
    color: #333;
    font-size: 14px;
}
.card-body p {
    margin-bottom: 1rem;
    text-align: justify;
}

.card {
    margin-bottom: 1.5rem;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
h3 {
    color: #2c5f2d !important;
}
ol, ul {
    margin-bottom: 1rem;
}
ol li, ul li {
    margin-bottom: 0.5rem;
}

.terms-table tr td:first-child {
    font-weight: 500;
    text-align: left !important;
}

.terms-table ol li {
    margin-bottom: 0.25rem;
    padding: 0;
    text-align: left !important;
}