/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.custom-icon-boxes .icon-box .icon-box-inner .icon-img
{
   width: 15%;
}

.custom-icon-boxes .icon-box .icon-box-inner .icon-text
{
   width: 85%;
}

	.custom-icon-boxes .icon-box 
{
   width: 48%;
}

.custom-icon-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.custom-icon-boxes .icon-box {
  width: 48%;
  box-sizing: border-box;
}

.custom-icon-boxes .icon-box-inner {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.custom-icon-boxes .icon-img img {
  width: 100%;
    height: auto;
    margin-right: 10px;
    border: 1px solid #ff0000;
    border-radius: 6px;
    padding: 15px;
}

.custom-icon-boxes .icon-text h4 {
  margin: 0 0 5px;
  font-size: 18px;
}

.custom-icon-boxes .icon-text p {
  margin: 0;
  font-size: 15px;
}
