.product-category.col >.col-inner {
    display: block;
    border-radius: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(151, 151, 151, 0.30);
    backdrop-filter: blur(10px);
    text-decoration: none;
}

.product-category.col >.col-inner h5 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-transform: math-auto;
}

.product-category.col >.col-inner .box-image img {
    height: 150px;
    padding: 15px;
    text-align: center;
    object-fit: contain;
}


.home-bluer>.col-inner {
    padding: 50px 30px;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.50);
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(12px);
}

.is-divider {
    display: none !important;
}


.ct-loiich h3 {
    font-size: 40px;
    line-height: 50px;
}

@media (max-width: 548px) {
	.ct-loiich h3 {
		font-size: 30px;
		line-height: 40px;
	}
}