.dreamartknowing{
	margin-top: 24px;
	border: 1px solid #EBEBEB;
	border-radius: 10px;
	padding: 16px;
	display: flex;
	gap: 16px;
}

.dreamartknowing .icon{
	width: 60px;
	height: 60px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #E7FFF4;	
}

.dreamartknowing .content{
	flex: 1;
}

.dreamartknowing .content .title{
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 5px;
}

.dreamartknowing .content .text{
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: #4D4949;
}

.custom_gallery{
	padding-right: 20px;
}

@media(max-widtH:767px){
	.custom_gallery{
		padding-right: 0;
	}
}