/*
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.   ***************/

body {
  font-family: "Gilroy", sans-serif !important;
}

.custom-icon-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.icon-list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}
.icon-list-item i {
  margin-right: 10px;
  font-size: 20px;
}
.icon-list-content strong {
  display: block;
  font-weight: 600;
}


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


}