.icons_box{
    height: 70px;
    width: 70px;
    /*background-color: yellow;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 40%;
    margin-right: 40%;
}
.service_box img{
    height: 100px;
    margin-bottom: 20px;
    margin-top: 20px;
    object-fit: cover;

}

.services_box p{
    font-size: 18px !important;
    color: black !important;
}

.main p {
    font-size: 18px !important;
    color: black !important;
}
.box_text{
    font-size: 16px !important;
    color: black !important;
}
