/*
Theme name: Campos Landing Page
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).
	
	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle. 
*/

p {  }

.hero .hero__aside {
	max-width: 350px;
}

/* Brochure Additions -- homepage subsidiaries section */

.brochure-sub-btn {
	background-color: #212844;
	border: 1px solid white;
	padding: 10px 15px;
	margin-top: 15px;
	color: white;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.28;
}