/*
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 (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.html12 > div {
    float: left;
    margin-left: 80px;
}

.html12 > div:nth-child(1) {
    background: url(img/ic1.png) left center no-repeat;
    padding-left: 42px;
}

.html12 > div:nth-child(2) {
    background: url(img/ic2.png) left center no-repeat;
    padding-left: 42px;
}

.html12 > div:nth-child(3) {
    background: url(img/ic3.png) left center no-repeat;
    padding-left: 45px;
}