
a {
    text-decoration: none;
}
.service_box {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    color: #DFE4EA ;
    padding: 10px ;
    margin-top: 20px ;
    width: 100% ;
    background-color: rgba(223, 228, 234, 0.8);

}

.service_box_follow h2 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 3px !important;
    padding-bottom: 5px !important;
}

.service_box:hover {
    background-color: #DFE4EA;
    cursor: pointer;
}

.service_box .servicebox_h2 {
    text-transform: none !important;
    color: #043251 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.service_box p {
    color: #043251 !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 0px !important;
}

.borderred{
    border: 1px solid red;
}