/*
 Theme Name:   Truemo Child
 Theme URI:    http://example.com/truemo-child
 Description:  Child theme for Truemo
 Author:       Your Name
 Author URI:   http://example.com
 Template:     truemo
 Version:      1.0.0
*/

/* Add your custom CSS below this line */


/* child theme */
:root {
    --primary-color: #002366;
	--secondary-brown: #C7682A;
}

.pxl-project-info1 .pxl--item {
    justify-content: flex-start;
}