.mejs-container, .mejs-container .mejs-controls {
    border-radius: 10px;
}

.mejs-container {
    padding: 0 20px ;
    margin-left: 20px;
}

.podcast-wrapper {
    margin-bottom: 20px;
}

.product-podcasts-wrapper h2 {
    text-align: center;
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .alumni-title, 
    .alumni-certs, 
    .alumni-wrapper {
        width: 75%;
        margin: 10px auto 0;
    }
}
.alumni-wrapper { 
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}
.alumni-wrapper:nth-of-type(even) {
    flex-direction: row-reverse;
}
.alumni-bio-wrapper {
    display: flex;
    flex-direction: column;
}
.alumni-img {
    max-width: 200px;

}

.calendar {
    text-align: center;
    color: #79692c !important;
}

.calendar-head {
    background-color: #79692c;
    color: #f6f2e6;
}

.calendar-row:nth-child(even) {
    background-color: #dde0d3;
}