.items-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 311px;
    height: auto;
    gap: 12px;
}

.items-box img{
    width: 100%;
    height: auto;
}

.items-box p{
    font-size: 15px;
    color: #242424;
    text-align: start;
    line-height: 1.5; 
}