.block-cbg-our-products .container {
    padding-top: 80px;
    padding-bottom: 55px;
}

.block-cbg-our-products .product-single {
    border-radius: 32px;
    background: var(--Primary-5, linear-gradient(0deg, rgba(255, 255, 255, 0.95)0%, rgba(255, 255, 255, 0.95)100%), black);
    /*padding: 48px 0 0 48px;*/
	overflow:hidden;
}

.block-cbg-our-products .product-single picture.attachment-home_product,
.block-cbg-our-products .product-single img.attachment-home_product {
    border-radius: 32px 0 32px 0;
    height: 279px;
    object-fit: cover;
    overflow: hidden;
    display: flex;
}

.block-cbg-our-products .product-single .product-text {
    padding-right: 40px;
    padding-bottom: 24px;
	padding-left: 40px;
    padding-top: 24px;
}

.block-cbg-our-products .product-count-5 .product-single .product-text {
    padding-bottom: 48px;
}

.block-cbg-our-products .more .product-single .product-text {
    max-width: 397px;
}

.block-cbg-our-products .more .product-single picture.attachment-home_product,
.block-cbg-our-products .more .product-single img.attachment-home_product {
    max-width: 327px;
    max-height: 230px;
    object-fit: cover;
    overflow: hidden;
    display: flex;
}

.block-cbg-our-products .product-single picture.attachment-home_product img,
.block-cbg-our-products .product-single img.attachment-home_product {
    width: 100%;
	object-fit: cover;
}

.block-cbg-our-products .more .product-single {
    display: flex;
    gap: 48px;
	justify-content: space-between;
}

.block-cbg-our-products .product-container {
    margin-bottom: 24px;
}

.block-cbg-our-products .product-title a {
    color: var(--Text-100, #040611);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    text-decoration: none;
}

.block-cbg-our-products .product-title {
    margin-bottom: 24px;
}

.block-cbg-our-products .product-excerpt p {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.block-cbg-our-products .product-permalink a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    color: var(--Primary-100, black);
}

.block-cbg-our-products .masonry {
    display: none;
    margin-top: calc(56px - 1rem);
}

.block-cbg-our-products .masonry.active {
    display: block;
}

.block-cbg-our-products .product-count-2 picture.attachment-home_product,
.block-cbg-our-products .product-count-2 img.attachment-home_product {
    max-height: 200px;
    object-fit: cover;
}

.block-cbg-our-products .product-permalink {
    margin-top: 28px;
    margin-bottom: 12px;
}

.block-cbg-our-products .product-count-1 .product-permalink {
    margin-bottom: 0;
}

.block-cbg-our-products .category-products.tabs {
    display: inline-flex;
    align-items: center;
    gap: 40px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.block-cbg-our-products .category-products .subtitle.active {
    color: var(--Secondary-100, #589F00);
}

.block-cbg-our-products .h1 {
    margin-bottom: 43px;
}

.block-cbg-our-products .category-products .subtitle {
    color: #828B9A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    padding: 8px 0px;
    cursor: pointer;
}

@media screen and (max-width:992px) {
    .block-cbg-our-products .container {
        padding-top: 30px;
        padding-bottom: 64px;
    }

    .block-cbg-our-products .h1 {
        margin-bottom: 20px;
    }

    .block-cbg-our-products .category-products.tabs {
        gap: 10px;
        margin-bottom: 30px;
    }
	
	.block-cbg-our-products .category-products .subtitle {
    	font-size: 18px;
    	padding: 8px 5px;
	}

    .block-cbg-our-products .masonry.active {
        margin-top: calc(32px - 1rem);
    }

    .block-cbg-our-products .more .product-single picture.attachment-home_product,
    .block-cbg-our-products .more .product-single img.attachment-home_product {
        display: none;
    }

    .block-cbg-our-products .product-single .product-text {
        padding-bottom: 30px;
		padding-right: 20px;
    }
	
	.block-cbg-our-products .product-single .product-text .product-excerpt p {
		margin-bottom: 0px;
	}

    .block-cbg-our-products .product-container {
        margin-bottom: 32px;
    }


    .block-cbg-our-products .masonry .product-container:last-child {
        margin-bottom: 0;
    }

    .block-cbg-ranking .what_our_clients_say.open {
        margin-top: 64px;
    }

    .block-cbg-our-products .product-count-2 picture.attachment-home_product,
    .block-cbg-our-products .product-count-2 img.attachment-home_product {
        max-height: fit-content;
    }

    .block-cbg-our-products .h1 {
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
		line-height: 1.3;
    }
}