.hr_mid_number{
    background-color: #FFFFFF;
    border:#f2f2f2 2px solid;
    height: 40px;
    width: 40px;
    max-width: 40px;
    border-radius: 365px;
    font-weight:bold;
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height:  40px;
    display:inline-block!important;
    padding:0px!important;
}
.hr_mid_icon {
    height: 74px;
    display: inline;
}
.hr_mid_icon img {
    margin: 25px 0px 10px;
}

.hr_mid_heading p , .hr_mid_heading a {
    text-align: center;
    padding: 0px 10px!important;
    margin: 0px!important;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
}

.hr_mid_desc {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    color: #000000;
    padding: 0px 10px;
}

.hr_sec_bot {
    background-color: #F8F8Fa;
    padding: 45px 0px;
    margin: 50px 0px;
}

.hr_box_bot {
    width: 24%;
    margin: 35px 2% 0px;
    display: inline-block;
    text-align: center;
}

/* Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    .hr_box_bot {
        display: block;
        width: 96%;
    }    
}
