.cx.cx_shortcode.cx_product_term_header_section .term-card .pastel-gradient-bg::before {opacity: 0.2;z-index:-1;}

.cx.cx_shortcode.cx_product_term_header_section .term-card{
	border-radius: 20px;
	overflow: hidden;
}

.cx.cx_shortcode.cx_product_term_header_section .term-card-image{
	
	border-radius: 10px 0 0  10px;
	overflow: hidden;
	flex-shrink: 0;
}

.cx.cx_shortcode.cx_product_term_header_section .term-card-image img{
	height: 400px;
	width: 100%;
	object-fit: cover;
	display: block;
}
.cx.cx_shortcode.cx_product_term_header_section .term-card-content{padding:32px  30px;}
.cx.cx_shortcode.cx_product_term_header_section .term-card-title{color:var(--text-56);}
.cx.cx_shortcode.cx_product_term_header_section .term-card-description *{margin: 0; color:var(--text-53);}



@media (max-width: 650px){
	.cx.cx_shortcode.cx_product_term_header_section .term-card-content{padding:24px}
	.cx.cx_shortcode.cx_product_term_header_section .term-card-image{border-radius: 10px 10px 0  0;}
	.cx.cx_shortcode.cx_product_term_header_section .term-card-image img{height: 300px;}
}