.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%), #061735);
    padding: 48px 0 0 48px;
}

.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: 48px;
    padding-bottom: 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: 217px;
    object-fit: cover;
    overflow: hidden;
    display: flex;
}

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

.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-permalink a {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    color: var(--Primary-100, #061735);
}

.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, #CF2B24);
}

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

.block-cbg-our-products .category-products .subtitle {
    color: var(--Primary-100, #061735);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
    padding: 8px 20px;
    cursor: pointer;
}

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

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

    .block-cbg-our-products .category-products.tabs {
        gap: 24px;
        margin-bottom: 30px;
    }

    .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: 48px;*/
		
		padding-bottom: 20px !important;
        padding-right: 16px;
    }

    .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: 26px;
		line-height: 1.2;
    }
	
	.block-cbg-our-products .product-single {
    	padding: 20px 0 0 16px;
		overflow: hidden;
	}
	
	.block-cbg-our-products .product-title a {
		font-size: 22px;
	}
	
	.block-cbg-our-products .category-products .subtitle {
		padding-right: 0px;
		padding-left: 0px;
		font-size: 20px;
	}
	
	.block-cbg-our-products .product-permalink {
    	margin-top: 16px;
    	margin-bottom: 0px;
	}
	
	.block-cbg-our-products .category-products .subtitle {
    	color: #969696;
	}
	
	.block-cbg-our-products .category-products .subtitle.active {
		text-decoration: underline;
	}
	
}