.section-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}
.section-title {
    font-weight: bold;
    color: #007bff;
}
.icon {
    font-size: 22px;
    margin-right: 8px;
}
.tick-icon {
    color: green;
    margin-right: 8px;
}
.main-title {
    font-size: 28px;
    font-weight: bold;
    color: green;
    text-align: center;
    margin-bottom: 20px;
}
.main-title i {
    margin: 0 8px;
}