.about-feature-section { z-index: 2 !important; }

.about-feature { background: #fff; box-shadow: 0 1px 5px 0 rgba(139, 139, 139, 0.5); }

/*list ul*/

.list-icon-001 ul { list-style: none; padding: 0px; margin-bottom: 0; }

.list-icon-001 ul li:not(:last-child) {margin-bottom: 10px;}

.list-icon-001 ul li { padding-left: 27px; line-height: 1.6; }

.list-icon-001 ul li:before { color: #ffd929; content: '\f0a9'; font-family: fontawesome; margin-right: 10px; margin-left: -26px; }

/*end of list ul*/

/*.about-icon .sppb-addon-feature img { filter: brightness(100); width: 120px; padding: 15px; background: transparent; border: 4px solid #fff; border-radius: 15px; transition: 0.5s; }

.about-icon .sppb-addon-feature {
    position: relative;
}

.about-icon .sppb-addon-feature:before {
    content: "";
    position: absolute;
    background: #fff;
    opacity: 0.5;
    height: 5px;
    width: 60px;
    border-radius: 20px;
    left: 0;
    right: 0;
    bottom: -25px;
    margin: auto;
    transition: 0.5s;
}

.about-icon .sppb-addon-feature:hover:before {
    opacity: 1;
}

.about-icon .sppb-addon-feature:hover img {
    background: rgb(255, 255, 255, 0.6);
    filter: grayscale(0);
}*/