@media (max-width: 898px) {
	#download_application {
		background-color: #f5f8fe;
		text-align: center;
		padding: 5px 0 25px 0;
	}

	.appStore {
		margin-right: 10px;
		margin-left: 10px;
	}

	.googlePlay {
		margin-left: 10px;
		margin-right: 10px;
	}

	.appStore img {
		width: 90%;
	}

	.googlePlay img {
		width: 90%;
	}

	.down h2 {
		color: var(--pay, #0d3157);
		text-align: center;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	.appStoreResponsibe {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (min-width: 899px) {
	#download_application {
		background-color: #f5f8fe;
		text-align: center;
		flex-shrink: 0;
	}

	.apps {
		display: flex;
		padding: 10px 0px;
		height: 108px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.appStore {
		width: 11.4375rem;
		height: 4.1875rem;
		margin-right: 1.875rem;
		display: flex;
		align-items: center;
	}

	.googlePlay {
		width: 13.625rem;
		margin-left: 1.875rem;
	}

	.down h2 {
		margin-right: 72px;
		color: var(--pay, #0d3157);
		text-align: center;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}

	.appStprePCView {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
