.block-content{
        background-image: url(https://lentuselectronik.com/themes/9999/_images/bg-q-len.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 0px;
    background-position: center;
}
.card {
    background-color: hsl(0deg 0% 100% / 80%);
    padding: 20px;
    margin-bottom: 30px;
    height: 420px;
}
.card h2 {
    margin-bottom: 0px;    line-height: 26px;    height: 67px;
}

.product-single {
    display: block;
    overflow: hidden;
    background-color: #b1b1b129;
    padding: 0px;
    border: 0px solid #eee;
    margin-bottom: 30px;
}
.product-thumb {
    overflow: hidden;
}
.product-thumb img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease;
    transition-delay: 0.1s;
}
.product-single:hover .product-thumb img {
    transform: scale(1.1);
}
.product-info p {
    margin-bottom: 0px;
    padding: 15px;
    font-family: kanit;
    height: 94px;
}
.block-content .icon-list {
    left: 23%;
    text-align: center;
    width: 27%;
    display: inline-block;
    float: left;
    margin-bottom: 0px;
    padding: 10px;
    position: relative;
}
.block-content .icon-list img {
    width: 100%;
}
.product-info {
    background-image: linear-gradient(to right, #0070C0, #0070C0);
}

img.img-content {
    width: 100%;
}

h2.title-content {
    text-align: center;
}
p.detail-content {
    text-align: center;
}

/*section.block-content {
    text-align: center;
}*/
@media(max-width: 480px){
.card {height: unset;
}
.block-content .icon-list {
    left: 0%;
    text-align: center;
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 0px;
    padding: 10px;
    position: relative;
}





}