  #key-takeaways-wrapper{
	border-radius: 16px;
	background: #F3FBFF;
	padding: 32px 42px;
	display: flex;
	gap: 27px;
	flex-direction: column;
}
#key-takeaways-wrapper h2, #key-takeaways-wrapper h2 b, #key-takeaways-wrapper h2 strong{
	color: #2A3342;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 29px; /* 145% */
	margin: 0;
}
#key-takeaways-wrapper h2:before{
	display: none;
}
#key-takeaways-wrapper .wp-block-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
#key-takeaways-wrapper .wp-block-list li{
	color: #2A3342;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 12px;
	padding-left: 46px;
	background-image: url('/wp-content/plugins/pb-widgets/public/img/icons/key-takeaways-bullet.webp');
	background-repeat: no-repeat;
	background-size: 33px;
    background-position: 0 5px;
}
#key-takeaways-wrapper .wp-block-list li:last-child{
	margin-bottom: 12px;
}
