.box_main {
    width: 90%;
    float: right;
    text-align: center;
    padding: 20px;
    margin: 30px;
    color: #ffffff;
    background-color: rgb(76, 159, 219);
    border-radius: 7px;
}

.box_main.active {
    background-color: #000000;
    color: #000000;
    box-shadow: 0px 3px 20px -3px #f4f4f4;
}

.icon_1 {
    width: 100%;
    float: left;
    min-height: 60px;
}

.heavy_text.active {
    color: #000;
}

.box_main:hover {
    background-color: #ffffff;
    color: black;
}

.readmore_bt a:hover {
    color: #dbc64c;
    border-bottom: 3px solid #dbc64c;
}

.services_text {
    width: 90%;
    float: left;
    font-size: 16px;
    color: #000;
    margin: 0px;
}


/*  */