.about-feature-001 .sppb-addon-title {
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    font-size: 25px !important;
    color: #fff !important;
}
.about-feature-001 li {
    margin-bottom: 10px;
}

@media(max-width:991px){
.sppb-section:not(.spectrum-faq-list) .about-feature-001.sppb-addon-feature .sppb-addon-title {
    margin-bottom: 15px !important;
}}

.about-feature-001 ul {
    padding-left: 20px;
}

.about-feature-001 ::marker {
    color: #c18351;
}

.about-feature-001  img.sppb-img-responsive {
    height: 95px;
    transition:0.3s;
}
.about-feature-001  img.sppb-img-responsive:hover {
   transform: scale(0.9)
}
@media(max-width:991px){
      .about-feature-001  img.sppb-img-responsive {
    height: 80px;
}}


.about-columm-001 {
    box-shadow: 3px 6px 11px #000 !important;
    border: 1px solid #5a4312;
    background: #150c0ced;
    padding: 30px 20px !important;
    border-radius: 20px;
    height: 100%;
}