@media screen and (max-width: 900px) {

	div.two-rows {
		padding-bottom: 2rem;
		flex-direction: column;
		align-items: center;
	}

	.left-image {
		float: center;
		margin: 0 auto;
	}

	.right-image {
		float: center;
		margin: 0 auto;
	}

	.left-message {
		flex: 2 0 240px;
		margin: 0 auto;
	}

	.right-message {
		flex: 1 0 240px;
		margin: 0 auto;
	}

	.left-image img {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}

	.right-image img {
		max-width: 100%;
		height: auto;
		margin: 0 auto;
	}
}


@media screen and (max-width: 800px) {

	div.header {
		padding: 2rem;
	}

	div.header-main {
		height: 10rem;
	}

	div.container-recalls {
		font-size: 1.8rem;
	}

	.ydlogo {
		display: block;
		margin-left: 0px;

	}

	div.two-rows {
		padding-bottom: 2rem;
		flex-direction: column;
		align-items: center;
	}

	.left-image {
		float: center;
		margin: 0 auto;
	}

	.right-image {
		float: center;
		margin: 0 auto;
	}



	iframe {
		aspect-ratio: 16 / 9;
		width: 80% !important;
	}

	h1 {
		font-size: 3rem;
		font-weight: 300;
		padding-top: 1rem;
	}

	#h1-footer {
		font-size: 2.4rem;
		font-weight: 300;
	}

	h2 {
		font-size: 1.8rem;
		font-weight: 300;
	}

	.base-text {
	font-size: 2rem;
}

	/* Styling for the blue square button with rounded corners */
	.blue-square-button {

		padding: 6px;
		/* 6px padding around the content */
		border-radius: 8px;
		/* Slightly rounded corners for the square button */
		box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		/* Large shadow */
		width: 60px;
		/* Fixed width for the button */
		height: 60px;
		/* Fixed height for the button */
	}

	/* Styling for the round image inside the button */
	.blue-square-button img {
		width: 54px;
		/* Fixed width for the image */
		height: 54px;
		/* Fixed height to make it perfectly round */
		border-radius: 50%;
	}



	/* Styling for the red rounded button */
	.rnd-button {

		font-size: 2rem;
		padding: 4px 10px;
		/* Vertical and horizontal padding */
		border-radius: 8px;
		/* Fully rounded corners */
		box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		/* Large shadow */

	}

	#footer-left-icon {
		width: 40px;
		height: 40px;
	}

	div.footer-left-item {
		font-size: 1.8rem;
	}

	div.faq-container-qa {
		font-size: 1.8rem;
	}

	div.container-cfr {
		font-size: 1.8rem;
	}

	div.container-tos {
		font-size: 1.8rem;
	}

	div.app-function-card {
		border-radius: 8px;
		font-size: 2rem;
		padding: 1.2rem;
	}

}

/*  CELL PHONE STYLES    CELL PHONE STYLES    CELL PHONE STYLES    CELL PHONE STYLES */

@media screen and (max-width: 500px) {

	iframe {
		aspect-ratio: 16 / 9;
		width: 90% !important;
	}

	div.container-recalls {
		font-size: 1.5rem;
	}

	div.header {
		padding: 1.5rem;
	}

	div.header-main {
		height: 8rem;
	}

	h1 {
		font-size: 2rem;
		font-weight: 300;
		padding-top: 1.5rem;
	}


	#header h2 {
		color: #ffa100;
		font-weight: bold;
		font-size: 1.6rem;
		margin: 0 0 8px;
	}

	#h1-footer {
		font-size: 1.6rem;
		font-weight: 200;
	}

	#footer-left-icon {
		width: 32px;
		height: 32px;
	}

	div.footer-left-item {
		font-size: 1.6rem;
	}

	div.footer {
		font-size: 1.4rem;
	}

	/* Styling for the blue square button with rounded corners */
	.blue-square-button {

		padding: 6px;
		/* 6px padding around the content */
		border-radius: 8px;
		/* Slightly rounded corners for the square button */
		box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		/* Large shadow */
		width: 48px;
		/* Fixed width for the button */
		height: 48px;
		/* Fixed height for the button */
	}

	/* Styling for the round image inside the button */
	.blue-square-button img {
		width: 42px;
		/* Fixed width for the image */
		height: 42px;
		/* Fixed height to make it perfectly round */
		border-radius: 50%;
	}

	/* Styling for the red rounded button */
	/*  Match size of text in links */
	.rnd-button {

		font-size: 1.8rem;
		padding: 4px 10px;
		/* Vertical and horizontal padding */
		border-radius: 8px;
		/* Fully rounded corners */
		box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
		/* Large shadow */

	}

	div.app-function-card {
		border-radius: 8px;
		font-size: 1.8rem;
		padding: 1rem;
	}

}