.cta {
    text-align: center;
    margin: 0;
    padding: 20px 0;
}

.qr-code {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.qr-code img {
    width: 150px;
    height: 150px;
}

/* New CSS for Curriculum Highlights Section */
.curriculum-section {
    text-align: center;
    margin: 0;
    padding: 0;
}

.curriculum-section ul {
    list-style-type: none;
    padding: 0;
}
