

.about-us-almamater-background {
    position: relative;
    height: 100%;
    background: url('https://wp.dev.mapua.edu.ph/wp-content/uploads/2026/06/uplb11.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us-almamater-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(218, 41, 28, 0.54) 40%, rgba(218, 41, 28, 0.87) 94%);
}
.about-us-almamater-content {
    position: relative;
    color: white;
    text-align: center;
    max-width: 600px;
    padding: 100px;
}