@charset "UTF-8";
/*
Theme Name:           LiveIntent
Theme URI:            https://liveintent.com/
Description:          Liveintent WordPress Theme
Author:               LiveIntent
Version:              1.0.0
Tags:                 two-columns, custom-colors, editor-style, theme-options, featured-images, custom-menu, sticky-post, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          liveintent
*/


/*================================================================
## Custom Styles
================================================================*/


.page-id-38 .media-with-text__media.image-larger img{
	border-radius: 15px;
	max-width:475px;
}

.page-id-38 .media-with-text__item-title{
	font-size:3.25rem !important;
}

@media (max-width: 1023px) {
	.page-id-38 .media-with-text__item-title{
		font-size:2rem !important;
	}
	
	.page-id-38 .media-with-text__media.image-larger img{
		max-width:100% !important;
	}
}