.pg_mobileApp_box {
	width: 100%;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 30px;
	background-color: #ffff;
	border-radius: 25px;
	margin-bottom: 15px;
	background-size: contain;
	background-position-x: 100%;
	align-items: center;
	height: 450px;
	background-position-y: 250px;
}

.pg_mobileApp_box_title {
	color: #001D8C;
	font-size: 20px;
	font-weight: bold;
	font-family: Montserrat-Bold, sans-serif;
	margin-bottom: 20px;
	font-weight: 700;
	order: -3;
}

.pg_mobileApp_box_content {
	text-align: center;
	font-size: 15px;
	width: 100%;
	color: #0e0e0e;
	line-height: 1.2;
	margin-bottom: 20px;
	order: -2;

}

.pg_mobileApp_box_preTitle {
	order: -4;
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #c50178;
	font-weight: 600;
	/* font-family: Montserrat-Medium, sans-serif; */
}

.pg_mobileApp_buttons {
	order: -1;
	display: flex;
}

.pg_mobileApp_buttons a:first-child {
	margin-right: 15px;
}



@media (min-width: 998px) {
	.pg_mobileApp_box_content {
		text-align: left;
		font-size: 16px;
	}

	.pg_mobileApp_box_preTitle {
		font-size: 14px;
		margin-bottom: 25px;
	}

	.pg_mobileApp_box {
		align-items: flex-start;
		padding: 30px 45px 21px 49px;
		background-position-x: 100%;
		height: auto;
		background-size: 45%;
		background-position-y: 40px;
	}

	.pg_mobileApp_box_title {
		font-size: 32px;
		margin-bottom: 25px;
	}



}

@media (min-width: 768px) {
	.pg_mobileApp_box_content {
		width: 58%;
	}

	.pg_mobileApp_buttons a:first-child {
		margin-right: 15px;
		margin-bottom: 30px;
	}
}