To add some spacing beneath the Title, add the below to your Custom CSS area and change the px value to your liking
/**
* Collection Carousel
* Title Styles
* From Will-Myers.com
**/
[data-wm-plugin=collection-carousel] .content-title>* {
margin-bottom: 8px;
}