.about-feature-box-001 img {
    height: 75px;
    width: 75px;
    transition: 0.3s;
}

.about-feature-box-001 h3.sppb-addon-title.sppb-feature-box-title {
    margin-top: 5px;
    text-transform: capitalize !important;
    color: #dd4d16;
    letter-spacing: 1.2px;
    font-size: 18px;
}

.about-feature-box-001.sppb-addon.sppb-addon-feature {
        padding: 10px 30px !important;
        border: 2px solid #fa6704 !important;
        border-radius: 20px;
}

.about-feature-box-001 img:hover {
    transform: scale(0.9);
}

@media (max-width: 991px) {
.about-feature-box-001 img {
    height: 57px;
    transition: 0.3s;
}
.about-feature-box-001 h3 {
    font-size: 14px !important;
}}


.about-feature-box-002 img {
    height: 75px;
    width: 75px;
    transition: 0.3s;
}

.about-feature-box-002 h3.sppb-addon-title.sppb-feature-box-title {
    margin-top: 5px;
    text-transform: capitalize !important;
    color: #dd4d16;
    letter-spacing: 1.2px;
    font-size: 18px;
}

.about-feature-box-002 img:hover {
    transform: scale(0.9);
}

@media (max-width: 991px) {
.about-feature-box-002 img {
    height: 66px;
    width: auto;
    transition: 0.3s;
}
.about-feature-box-002 h3 {
    font-size: 14px !important;
}}