.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 400px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.award-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.award-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    margin-bottom: 15px;
}
.patent-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1a73e8;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}