.staw-box-wrapper {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.staw-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
}

.staw-heading {
    margin: 0;
}

.staw-image img {
    border-radius: 50%;
    margin: 0;
}

.staw-bio {
    color: #666;
    margin: 0;
}

.staw-post-count {
    color: #999;
    margin: 0;
}