.item2 {
    background-color: #a1c412; /* AGRIZEN green */
    color: white;
    border-radius: 16px; /* round corners */
    padding: 20px;
    height: 150px; /* or any fixed height you need */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}