/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (min-width: 850px) {
.cards-services{
		max-width: 32.333333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 32.333333%;
}

.cards-services:nth-child(1), .cards-services:nth-child(2){
		margin-right: 1.5%;
}
.cards-services, .cards-services p{
		padding: 0;
}

.cards-services p{
		margin-bottom: 0;
}

.cards-services:hover{
		border-bottom: 6px solid #D68A66;
}

}