
.pg_hosting_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_hosting_bannerSubTitle {
    color: #ff8f00;
	font-size: 20px;
	margin-bottom: 30px;
}
.pg_hosting_box {
	display: flex;
	flex-direction: column;
}

.pg_hosting_bannerTitle {
	color: #fff;
	margin-bottom: 30px;
	font-size: 25px;
}
.pg_hosting_bannerContent span {
	display: block;
}

.pg_hosting_bannerContent section {
	color: #fff;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

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

.pg_hosting_bannerContent a {
	width: fit-content;
	border-radius: 30px;
	padding: 15px 35px;
	margin-top: 30px;
}

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

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