/*
Theme Name: Cargozen
Theme URI: http://themexriver.com/wp/cargozen/demo
Author: themexriver
Author URI: http://themexriver.com/
Description: Cargozen - Logistics & Transportation WordPress Theme
Version: 1.0
Tested up to: 8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cargozen
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.new-section .cg-sec-title p{
	max-width: none;
    padding: 0;
    margin: 0;
}
.new-section .cg-sec-title .sec_title {
    font-size: 45px;
}
.new-section .cg-ab4-text-item .ab4-decs{max-width:none;}
.new-section .cg-wc3-card:first-of-type{}
.new-section .cg-wc3-card:first-of-type h4{color:#ffffff; margin-top:20px;}
.new-section .cg-wc3-card:first-of-type ul{}
.new-section .cg-wc3-card:first-of-type ul li{ color:#ffffff;}

.new-section.box-list{}
.new-section.box-list{}
.new-section.box-list{}


.new-section.box-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      list-style: none;
    flex-direction: column;
}
.new-section.box-list ul li {
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-section.box-list ul li:last-child {
  margin-bottom: 0;
}
.new-section.box-list ul li i {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--cg-pr-c2);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(14, 182, 189, 0.1);
}