.program-banner {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    color: #fff;
}

.program-banner h1 {
    position: relative;
    z-index: 2;
    font-size: 48px;
    color: var(--quaternary-color);
    font-weight: 700;
}

.program-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.program-content p {
    font-size: 16px;
    line-height: 1.8;
}

.program-content img {
    width: 100% !important;
    height:auto !important;
}