.section-layout-9 {
	display: flex;
	padding: 150px 100px;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	background: #119DA4 !important;
	color: #F9F8F6;
}

.section-layout-9 h2 {
	text-align: center;
	font-family: Poppins;
	font-size: 32px;
	font-weight: 700;
}

.section-layout-9 p {
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.section-layout-9 {
		padding: 150px 20px;
	}	
}