.row-04-bg .icon-list {
    display: flex;
    justify-content:space-around;
    align-content: flex-start;
        font-size: 16px;
}




.row-04-bg .icon-list img{ 
    height: 90px;
    width: 90px;
    margin-bottom: 8px;
}

.row-04-bg .sub-title{
    font-size: 22px;
}


@media (max-width: 1199.98px) {
.row-04-bg .icon-list {
    font-size: 16px;
}

}

@media (max-width: 991.98px) {
.row-04-bg .sub-title{
    font-size: 20px;
}

.row-04-bg .icon-list {
    font-size: 15px;
}


}    

@media (max-width: 767.98px) { 
.row-04-bg .sub-title{
    font-size: 18px;
}

.row-04-bg .icon-list {
  
    font-size: 14px;
     
}

.row-04-bg .icon-list img{ 
    height: 70px;
    width: 70px;
   
}


}