.section-text_with_btn .container {
	max-width: 1175px;
}

@media (max-width: 767px) {
	.section-text_with_btn h5,
	.section-text_with_btn h2 {
		text-align: left;
	}
	.section-text_with_btn h3 {
		font-size: 16px;
		text-align: left;
	}
}

.section-text_with_btn.layout-home {
	padding-top: 43px;
	padding-bottom: 21px;
}

.section-text_with_btn.layout-home h2 {
	font-weight: 500;
	font-size: 56px;
	line-height: 110%;
	letter-spacing: -2%;
	margin-bottom: 1rem !important;
}

.section-text_with_btn.layout-home h3 {
	font-size: 26px;
	line-height: 130%;
	letter-spacing: -2%;
	max-width: 780px;
	margin: 0 auto;
}

.section-text_with_btn.layout-with-bg-image {
	padding: 133px 0 99px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.section-text_with_btn.layout-with-bg-image h2 {
	font-weight: 500;
	font-size: 56px;
	line-height: 110%;
	letter-spacing: -2%;
}
.section-text_with_btn.layout-with-bg-image h3 {
	font-weight: 500;
	font-size: 32px;
	line-height: 130%;
	letter-spacing: -2%;
	margin: 0 auto;
	max-width: 780px;
}
.section-text_with_btn.layout-with-bg-image h2 span {
	background: yellow;
	padding: 0px 20px 0px 20px;
	border-radius: 16px 0;
}

@media (max-width: 991px) {
	.section-text_with_btn.layout-home h2 {
		text-align: center;
		font-size: 36px;
	}
	.section-text_with_btn.layout-home h3 {
		font-size: 16px;
		text-align: center;
	}
	.section-text_with_btn.layout-home {
		padding: 0;
	}
	.section-text_with_btn.layout-with-bg-image h2 {
		text-align: center;
		font-size: 36px;
	}
	.section-text_with_btn.layout-with-bg-image h3 {
		text-align: center;
		font-size: 20px;
	}
    .section-text_with_btn.layout-with-bg-image {
        padding: 184px 0;
    }
}
