header{
    padding:0 10px;
}
.header-img_container{
    width:150px;
}
.header-img_container img{
    height:25px;
    width:25px;
    object-fit: contain;
    cursor:pointer;
}
.header-img_container img:hover{
    transform:scale(1.2);
}
.header-img_container.right{
    text-align:right;
}

.header-img_container.right img{
    margin-left:10px;
}

.header_link{
    color: #fff;
    display: inline-block;
    margin: 8px 15px;
    text-decoration: none;
}

.nav{
    display: flex;
    justify-content:space-between;
    align-items:center;
    background-color:#000;
}

.products_container{
    display:flex;
    justify-content: space-between;
}

.product_column{
    width:22%;
    
}