.program-feature-001 .sppb-addon-text {
 line-height: 1.4 !important;
 color: #2d257d;
 font-weight: 600 !important;
}

.program-feature-001 .sppb-addon-text span {
    font-weight: 600 !important;
    font-size: 15px;
}

.program-feature-001 img.sppb-img-responsive {
    margin-bottom: 10px;
    height: 120px;
    transition: 0.3s;
}

@media(max-width:991px){
.program-feature-001 img.sppb-img-responsive {
    margin-bottom: 10px;
    height: 70px;
    transition: 0.3s;
}}

.program-feature-001 img.sppb-img-responsive:hover {
 opacity:0.6;
 transform:scale(0.9);
}