
.pg_homephone_bannerContent {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	background-repeat: no-repeat;
	background-color: black;
	padding: 70% 20px 40px 20px;
	background-size: 150%;
	background-position-x: -170px;
}

.pg_homephone_bannerSubTitle {
	color: #C50178;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 30px;
}
.pg_homephone_box {
	display: flex;
	flex-direction: column;
}

.pg_homephone_bannerTitle {
	color: #fff;
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 700;
}

.pg_homephone_bannerContent span {
	display: block;
}

.pg_homephone_bannerContent section {
	color: #fff;
	font-family: Montserrat-SemiBold, sans-serif;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.pg_homephone_bannerContent section svg {
	margin-right: 10px;
}

.pg_homephone_bannerContent a {
	width: fit-content;
	border-radius: 30px;
	padding: 18px 56px;
	margin-top: 30px;
	/* font-family: Poppins, sans-serif; */
	width: 222px;
	font-size: 13px;
}

@media (min-width: 998px) {
	.pg_homephone_bannerTitle {
		font-size: 32px;
	}

	.pg_homephone_bannerContent {
		padding: 100px 0 100px 0;
		background-size: cover;
		background-position: right;
	}
}