.opsl-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    background: #fff;
    border-top: 5px solid var(--brand-red);
}

.page-title {
    font-family: 'Playfair Display', serif;
    color: var(--brand-red);
    font-size: 2.5rem;
}
.opsl-card .card-body{
    padding: 40px;
}