.dreamart_stamps_list{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin:40px 0;
    max-width: 1200px;
}

.stamp-box{
    background:#ffffff;
    padding:35px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:all .3s ease;
    text-decoration: none;
}

.stamp-box:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 40px rgba(0,0,0,0.12);
}

.stamp-boxh3{
    font-size:20px;
    margin-bottom:10px;
    font-weight:600;
}

.stamp-boxp{
    font-size:15px;
    color:#666;
}
