/**
* Theme Name: Udrive Child
* Description: This is a child theme of Udrive, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/theme-kalia">Theme Kalia</a>
* Template: udrive
* Version: 1.5
*/
.dedicated-section .single-item .inner-box .content-box{
	position: relative;
	display: flex;
	justify-content: center ;
	align-items:center;
	margin: auto;
}
.dedicated-section .single-column:first-child .single-item .inner-box .content-box{
	clip-path:none;
}
.dedicated-section .single-column:last-child .single-item .inner-box .content-box{
	clip-path:none;
} 
.blog-details-content .content-one h2{
	line-height:45px !important;
}


