.download-intro-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.download-intro-text {
	align-self: start;
	margin-right: 20px;
}

.download-intro-text p {
	font-size: 16px;
}

.download-intro-screenshots {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
}

/* .download-intro-screenshots img {
	width: 274px;
	height: 400px;
	margin-left: 20px;
} */

.download-app-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.download-app-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.download-app-logo {
	width: 400px;
}

.corpped {
	position: relative;
	width: 276px; /* width of container */
	height: 490.6px; /* height of container */
	overflow: hidden;
	margin-left: 50px;
	/* object-fit: cover; */
	/* border: 5px solid black; */
}

.screenshot_android {
	position: absolute;
	left: -10%;
	width: 330px;
	height: auto;
}

.screenshot_ios {
	position: absolute;
	width: 276px;
	height: auto;
	top: -9px;
}

.under800_img {
	display: none;
}

@media screen and (max-width: 800px) {
	.under800_img {
		display: initial;
	}
	.corpped {
		display: none;
		position: relative;
		/* width: 276px; */
		/* height: 490.6px; */
		width: 100%;
		/* height: 1280px; */

		/* height: 2208px; */
		overflow: visible;
		/* border: 5px solid black; */
	}

	.download-intro-content {
		flex-direction: column;
	}

	.download-intro-text {
		align-self: center;
	}

	.download-app-buttons {
		flex-direction: column;
		/* justify-content: space-around; */
	}
}

/* @media (max-width: 1110px) {
	.download-intro-content {
		flex-direction: column;
	}

	.download-intro-text {
		align-self: center;
	}
} */

@media (max-width: 964px) {
	.download-intro-screenshots {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.download-intro-screenshots img {
		display: block;
		width: 100%;
		/* height: 400px; */
		height: auto;
		margin-top: 20px;
	}
}
