/*
Theme Name: SMpower
Author: The Uspio team
Author URI: https://uspio.ltd/
Description: SMpower Theme
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smpower
Tags:
*/

ul.custom__list > li {
    list-style: inside;
    margin-left: 24px;
}

ol.custom__list > li {
    list-style: auto;
}

.header__mobile-block {
	display: none;
}

.solution {
	margin-top: -50px;
}

.list {
	margin-top: -70px;
}

.data__keypoints-item:before {
	top: 10px; 
}

.solution__txt {
	font-weight: 500;
	margin-bottom: 2px;
}

/* .data__text {
	padding-top: 20px !important;
} */

@media (max-width: 500px) {
   .header__mobile-block {
		display: block;
	}
}