.product-bullets{
display:flex;
flex-direction:column;
gap:5px;
}

.product-bullet{
display:flex;
align-items:center;
gap:5px;
}

.bullet-icon{
width:16px;
height:16px;
object-fit:contain;
}

.bullet-text{
font-size:16px;
line-height:1.4;
}