.text_with_yellow_title h2 {
	font-weight: 800;
	font-size: 130px;
	line-height: 110%;
	margin: 22px -27px 52px;
	background: yellow;
	padding: 8px 20px 0px 20px;
	border-radius: 50px 0;
	display: inline-block;
}
.text_with_yellow_title h3 {
	font-size: 54px;
	font-weight: 500;
	line-height: 110%;
	margin: 0 0 37px;
}
.text_with_yellow_title p {
	font-size: 32px;
	line-height: 150%;
}
@media (max-width: 991px) {
	.text_with_yellow_title h2 {
		font-size: 60px;
		text-align: center;
		margin: 0 auto 30px;
		display: block;
	}
	.text_with_yellow_title h3 {
		font-size: 30px;
		line-height: 120%;
		margin-bottom: 30px;
	}
	.text_with_yellow_title p {
		font-size: 16px;
		line-height: 130%;
	}
}
