.product-cards__content {
    justify-items: center;
    grid-template-rows: auto 1fr;
}

.product-cards__wrapper {
    grid-column: 1 / -1;
    grid-row: 2;
}

.profile-type-field {
    width: 312px;
    grid-row: 1;
    grid-column: 1 / -1;
}
