.category-tiles {
    margin: 30px;
    text-align: -webkit-center;
    max-width: -webkit-fill-available;
    overflow: hidden;
}

.grid-container {
    box-shadow: 0 12px 32px 0 rgb(0 30 60 / 12%);
    border-radius: 8px;
    border-radius: 1.25rem !important;
    border: 1px solid rgb(0 30 60 / 12%);
    gap: 0.75rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    display: grid;
    position: relative;
    background-color: white;
}
.grid-text {
    padding: 3rem !important;
}
.grid-text > h3 {
    font-size: 2rem;
    color: black;
    padding: 0;
    font-weight: 700;
    text-shadow: none;
}
.blog-heading {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1.2;
}
.row-center {
    text-align: center;
    /*
    margin-left: 25%;
    margin-right: 25%;
    */
    width: 100%;
    position: relative;
    padding-top: 50px;
}
.image-center > img {
    width: 80%;
}
.container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.container > .blog-heading {
    color: #1b75bc;
    font-weight: 1000;
    text-shadow: 0px 1px #474a59;
    position: relative;
}
.container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://polygon.technology/_nuxt/img/flow-bg.b07a3df.png) no-repeat top;
    background-size: cover;
    z-index: 0;
}
.link-right {
    /*padding: 60px;*/
    position: relative;
    /*transition: 0.6s ease;*/
}
.category-link {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    width: inherit;
    place-content: center;
    border-radius: 5px;
    background-color: #FFFFFF;
}
.category-link > a {
    padding: 60px;
    display: block;
}
.category-link:hover, .new-product-link:hover {
    --tw-bg-opacity: 1;
    /*background-color: rgba(250, 247, 254, var(--tw-bg-opacity));*/
    box-shadow: 0 0 0 1px #1b75bc;
}

/* Show image */
.container {
    width: 100%;
    position: relative;
}
.grid-container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.category-link {
    width: auto;
}
.new-product-link {
    float: left;
    width: 250px;
    cursor: pointer;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 3px 3px 1px 0px rgb(0 0 0 / 7%), 0 2px 1px -1px rgb(0 0 0 / 7%), 0 1px 3px 0 rgb(0 0 0 / 0%);
}
.new-product-link > a {
    display: block;
    text-decoration: none;
    height: 100%;
}
.new-product-link > a > img {
    width: 100%;
}
.new-product-link span {
    position: relative;
    top: -20px;
    font-size: 14px;
}
.new-products-container {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    box-shadow: none;
    border: none;
    background-color: transparent;
}
.grid-container ul {
    list-style: none; 
    padding-left: 0; 
    margin: 20px 0; 
}
  

.grid-container ul li {
    padding: 8px 0; 
    border-bottom: 1px solid #ccc; 
    margin-bottom: 6px; 
    font-size: 16px; 
    text-align: -webkit-left;
}
  

.grid-container ul li strong {
    font-weight: bold; 
    color: #1b75bc; 
}