:host{
    display: grid;
    grid-template-columns: repeat(1, 220px);
    grid-template-rows: repeat(4, 320px);
    width: 100%;
    gap: 20px;
    justify-content: center;
    justify-items: center;        
}