.tiles{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tiles li{
    width: calc(50% - 20px);
    margin: 0 0 30px 0;
    position: relative;
}

.product_category_title{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 22px;
    border-radius: 0 0 10px 10px;
}

.product_category_title h2
{
    font-size: 2.4rem;
    font-weight: 800;
    color: var(--firstColor);
}

.articleTile__image img
{
    width: 100%;
}
