/*
Theme Name: Hello Elementor Child
Author: Iqbal
Description: A custom woocommerce theme.
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.list-icon img {
    width: 50px;
    margin-right: 10px;
}
.list-details p {
    margin-bottom: 5px;
}
.featur-list {
    display: flex;
    flex-wrap: wrap;
}

.list-wrap {
    max-width: 50%;
    width: 50%;
    flex: 0 0 50%;
    margin-bottom: 15px;
}
.list-icon {
    margin-bottom: 10px;
}
.list-wrap {
    display: flex;
}

.list-icon {
    width: 22%;
}

.list-details {
    width: 78%;
    padding-right: 15px;
}
@media(max-width:550px){
	.list-wrap {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
}
	.list-icon {
    width: 65px;
}
	.list-details {
    padding-right: 0px;
}
}

