.app-section {
	background-color: #F7F8FB;
}

.app-section > .wrapped-container {
	display: flex;
	padding-bottom: 90px;
	padding-top: 110px;
	align-items: center;
	justify-content: center;
}

.app-section__content {
	width: auto;
}

.app-section__image {
	width: auto;
	display: flex;
	justify-content: flex-end;
	margin-right: 37px;
	flex-basis: 382px;
}

.app-section__image > img {
	max-width: 100%;
    width: 100%;
    height: 100%;
}

.app-section__heading {
	font-size: 36px;
	line-height: 45.25px;
	font-weight: 700;
	margin-bottom: 16px;
	width: auto;
}

.app-section__subheading {
	font-size: 18px;
	line-height: 31px;
	width: 378px;
	max-width: 100%;
	margin-bottom: 39px;
}

h3.app-section__subheading {
	font-weight: unset;
}

.apps {
	display: flex;
	cursor: default;
	width: 335px;
	justify-content: flex-start;
	margin-left: -14px;
}

.apps > * {
	margin-left: 14px;
	width: 166px;
}

@media screen and (max-width: 1440px) {
	.app-section__content {
		background-color: #F7F8FB;
	}

	.app-section__heading {
		font-size: 36px;
		line-height: 45.25px;
	}

	.apps {
		width: 66%;
	}
}

@media screen and (max-width: 1279px) {

	.apps {
		width: 92%;
	}

	.app-section__image {
		flex-basis: 382px;
	}
}


@media screen and (max-width: 991px) {
	.app-section > .wrapped-container {
		padding-top: 70px;
		padding-bottom: 100px;
	}

	.app-section__image {
		flex-basis: 290px;
	}

	.app-section__heading {
		font-size: 32px;
		line-height: 40.22px;
		margin-bottom: 12px;
	}

	.app-section__subheading {
		margin-bottom: 30px;
	}

	.apps {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.app-section > .wrapped-container {
		position: relative;
		padding-top: 70px;
		padding-bottom: 80px;
		flex-direction: column;	
	}

	.app-section__heading {
		font-size: 32px;
		line-height: 40.22px;
		margin-bottom: 22px;
	}

	.app-section__image {
		flex-basis: auto;
		max-width: 150px;
		margin-right: unset;
		padding-right: 0;
	}

	.app-section__content {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		text-align: center;
	}

	.apps {
		width: auto;
		margin-left: 0;
		justify-content: center;
	}

	.apps > *:first-child {
		margin-left: 0;
		margin-right: 7px;
	}
	.apps > *:last-child {
		margin-left: 7px;
		margin-right: 0;
	}

	.apps img {
		width: 166px;
	}
}

@media screen and (max-width: 477px) {
	.app-section > .wrapped-container {
		padding-top: 60px;
		padding-bottom: 70px;
		padding-left: 4%;
		padding-right: 4%;
	}

	.app-section__image {
		flex-basis: 50%;
	}
	.app-section__content {
		width: 80%;
		flex-basis: 50%;
	}

	.app-section__heading {
		font-size: 23px;
		line-height: 28.91px;
		margin-bottom: 16px;
	}

	.app-section__subheading {
		margin-bottom: 21px;
		line-height: 28px;
	}

	.apps {
		width: 237px;
		width: 100%;

		margin-left: -11px;
	}
	.apps > * {
		margin-left: 14px;
		width: 130.37px;
	}

	.apps > *:first-child {
		margin-left: 0;
		margin-right: 5.5px;
	}
	.apps > *:last-child {
		margin-left: 5.5px;
		margin-right: 0;
	}

	.apps img {
		width: 130.37px;
	}
}