.hero-bottom-images {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    position: absolute !important;
    bottom: -60px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 10 !important;
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 20px !important;
    border-radius: 80px !important;
    backdrop-filter: blur(5px) !important;
}

.hero-mini-card {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4) !important;
    border: 3px solid rgba(255, 255, 255, 1) !important;
    background: rgba(255, 255, 255, 0.9) !important;
}

.hero-mini-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}