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

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

.col-container h3 {
    margin: 0px;
    margin-top: 15px;
    color: black;
}

.col-container p {
    margin: 0px;
    color: black;
}

.col-container img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}