.award-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.award-image {
    width: 100%;
    max-width: 400px;
    height: auto;
}

/* Divider line */
.divider-line {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, #dee2e6, transparent);
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .award-image {
        max-width: 280px;
    }
}

@media (max-width: 480px) {
    .award-image {
        max-width: 240px;
    }
}
