            .steps-item i {
                color: #ff3b3b;
                font-size: 20px;
            }
            
            .brand-card{
                background:#fff;
                border:1px solid #eee;
                padding:20px 10px;
                border-radius:12px;
                transition:0.3s;
                height:100%;
                min-height:140px;
                cursor:pointer;
            
                display:flex;
                flex-direction:column;
                justify-content:center;
                align-items:center;
            }
            
            .brand-card:hover{
                transform:translateY(-5px);
                box-shadow:0 10px 25px rgba(0,0,0,0.1);
            }
            
            .brand-card img{
                width:100%;
                max-width:120px;
                height:80px;
                object-fit:contain;
                margin-bottom:10px;
            }
            
            .brand-card h6{
                margin-bottom:5px;
                font-weight:600;
            }
            
            .brand-card:hover h6{
                color:#ff3b3b;
            }
            
            .brand-card small{
                color:#777;
            }
            
            .footer-links a {
                color: #ffffff;
                margin-right: 10px;
                font-size: 14px;
            }
            
            .iubenda-cs-preferences-link {
                left: 20px !important;
                right: auto !important;
                bottom: 80px !important;
            }