// Heading
.ansarel-item-heading{
	margin: 0;
	&.style-one,&.style-two {
		color: #fff;
		font-size: 24px;
		font-weight: 600;
		i, svg{
			color: #fff;
			fill: #fff;
		}
	}
	&.style-two{
		border-bottom: 2px solid #5751E1;
	}
	&.style-one,&.style-two{
		.ansarel-heading-inner{
			.ansarel-heading-title{
				background-color: #5751E1;
				padding: 10px 25px;
			}
		}
	}
	.ansarel-heading-inner{
		.ansarel-heading-title{
			display: inline-flex;
			flex-direction: row-reverse;
			align-items: center;
		}
	}
}
.ansarel-sub-heading{
	margin: 8px 0 0 0;
	p,h1,h2,h3,h4,h5,h6,pre{
		font-size: 16px;
		line-height: 28px;
		color: #000000;
		margin: 0;
	}
}