/* Typography Style - Start
================================================== */
.section-title {
	margin: 0 0 60px;
	position: relative;
	.sub-title {
		font-size: 15px;
		font-weight: 400;
		color: $black-color;
		letter-spacing: -0.3px;
		display: block;
		text-transform: uppercase;
		line-height: 22px;
		margin: 0 0 10px;
	}
	&.event-blog-title {
		margin: 0 0 25px;
		color: $white-color;
		.sub-title {
			color: $white-color;
		}
	}
	&.about-title2 {
		@media (min-width: 992px) {
			line-height: 60px;
			margin: 0 0 130px;
		}
	}
}

/* Section Title 2 - Start */
.section-title-2 {
	margin-bottom: 50px;
	.sub-title {
		color: #7047EB;
		line-height: 1;
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 22px;
		border-radius: 50px;
		display: inline-block;
	}
	.title-pill {
		padding: 12px 30px 14px;
		background: rgba(105, 67, 222, 0.2);
	}

	.title-text {
		font-size: 60px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
}
/* Section Title 2 - End */

/* Typography Style - End
================================================== */