.top_contact{
    background-color: white;
    padding: 5px;
    border-radius: 10px;
}

.product-item {
    display: flex; /* or grid */
    flex-direction: column; /* For flexbox layouts */
}
