/* Styling for the Learning Outcomes container */
.learning-outcomes-container {
    width: 100%; /* Set the width to 75% of its parent column */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
    /* You might want to add other styling here like padding, margin, etc. */
}