.penghargaan-section {
    padding: 60px 0;
    background-color: #ffffff;
    border-top: 1px solid #f5f5f5;
}
.penghargaan-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.penghargaan-header {
    margin-bottom: 40px;
}
.penghargaan-header h2 {
    color: #BA0000;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.penghargaan-header p {
    color: #666;
    font-size: 1rem;
}
.penghargaan-card {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    transition: transform 0.3s;
}
.penghargaan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.penghargaan-img {
    width: 100%;
    height: 220px; /* Ukuran pas untuk sertifikat/piagam */
    object-fit: contain; /* Agar sertifikat tidak terpotong */
    margin-bottom: 15px;
}
.penghargaan-title {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    line-height: 1.4;
}