.latestProductsSection {
    max-width: 1440px;
    width: 100%;
    padding: 0 16px;
    margin-inline: auto;
}

.latestProductsSection .latestProductsSectionWrapper{
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    justify-content: center;
    gap: 1.25rem;
}