
.carfoxArea {
	display: flex;
	flex-flow: row wrap;
	align-items: end;
	justify-content: center;
	column-gap: 2em;
	row-gap: 2em;
	text-align: center;
	margin-top: 0 !important;
	margin-right: auto !important;
	margin-left: auto !important;
	max-width: 1000px !important;
	padding: 6vmin;
	
	
	.widgetArea {
		.heading {
			font-weight: bold;
			text-transform: capitalize;
			
			strong {
				display: block;
				text-transform: uppercase;
			}
		}
	}
}

@media all and (max-width: 999px) {
	.carfoxArea {
		.mascotArea {
			img {
				max-height: 40vh;
			}
		}
		
		.widgetArea {	
			.heading {
				font-size: 200%;
			}
		}
	}
}

@media all and (min-width: 1000px) {
	.carfoxArea {
		border-radius: 1em;
	
		.mascotArea {
			img {
				max-width: 180px;
			}
		}				
		
		.widgetArea {	
			.heading {
				font-size: 300%;
			}
		}
	}
}
