.product-card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4.375rem;
}
.product-card-container .product-support-cards {
    width: 100%;
}
.product-card-container .product-support-card-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product-card-container .product-support-card-footer {
    background: linear-gradient(89.8543330777964deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 31%, rgba(242, 242, 242, 1) 68%, rgba(255, 255, 255, 1) 100%);
    text-align: center;
    padding: 0.625rem;
    margin-bottom: 4.375rem;
    width: 100%;
}
.product-support-card-footer p {
    margin-bottom: 0;
}
.product-support-card-footer p a {
    font-size: 1.125rem;
    line-height: normal;
}
.product-support-card-footer p a:hover {
    color: #26a3dd;
    text-decoration: underline;
}
.product-support-card-container h3 {
    cursor: pointer;
    margin-bottom: 1.5rem;
    transition: all ease-in-out 0.5s;
}
.product-support-card-container h3 > div {
    display: flex;
    flex-direction: column-reverse;
    width: 19.375rem;
}
.product-support-card-container h3 h2,
.product-support-cards .product-line .product p {
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #0078AB;
    padding: 1.5rem;
    margin: 0;
    text-align: center;
}
.product-support-card-container h3 div div img,
.product-support-cards .product-line .product img {
    background-color: #FAFAFA;
    height: 15.3125rem;
    object-fit: contain;
    margin: auto;
}
.product-support-card-container .views-view-grid .product-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.views-view-grid .product-cards .product-support-cards {
    width: 19.375rem;
    margin-bottom: 1.5rem;
}
.views-view-grid .device-list-header-container {
    position: relative;
}
.views-view-grid .device-list-header-container .device-list-header,
.product-card-container .product-support-card-header p{
    font-size: 1.625rem;
    line-height: normal;
    text-align: center;
}
.product-support-card-container header {
    width: 100%;
    display: flex; 
}
.product-support-card-container header a.previous-page span {
    display: block;
    position: relative;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: #169BD5;
    cursor: pointer;
}

@media only screen and (min-device-width: 768px) {
    .views-view-grid .device-list-header-container span {
        position: absolute;
    }
    .product-support-card-container h3 {
        margin-right: 1.5rem;
    }
    .views-view-grid .product-cards .product-support-cards {
        margin-right: 1.5rem;
    }
}