.attr-icon {
    width: 32px; 
    height: 32px; 
    object-fit: contain;    
}

.img-main {
    max-width: 100%; 
    height: auto;    
}

.hero-img {
    width: 158px; 
    height: 90px; 
    object-fit: cover;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);    
}

.hero-img-2 {
    height: 52px; 
    object-fit: cover;
}

.hero-img-3 {
    width: 66px; 
    height: 37px; 
    object-fit: cover;    
}

.item-img-border {
    width: 64px; 
    height: 48px; 
    object-fit: contain; 
    padding: 2px; 
    background: #0F172A;    
}