.product img{
    width: 240px;
    
}
.product {
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.product:last-of-type{margin-right: 0px;}
.product:first-of-type{margin-left: 0px;}
.product span{
    text-align: center;
    font-size: 15px;
    color: var(--bg-color);
    margin-top: 15px;
    letter-spacing: 2px;
}