
.info_h4 {
    font-weight: 700;
    font-size: 3rem;
    display: none;
    margin: 35px 0;
}
.parents_block {
    white-space: pre-line;
}

.textShow{
    cursor: pointer;
}

.hideText{
    display: none;
}

/* start how do we work */


#informationDoc{
    white-space: normal!important;
}

#informationDoc h3{
    display: block;
    margin-bottom: 35px;
}

#informationDoc h3 img{
    margin-right: 15px;
}

#informationDoc h4 strong{
    margin-left: 25px;
}

#informationDoc p{
    margin-left: 140px;
}

#informationDoc h4 img{
    margin-left: 65px;
}

#informationDoc #title1{
    clear: both;
    display: inline-block;
    margin-top: 35px;
}

#informationDoc .img{
    width: 49px;
    margin-right: 15px;
}

#informationDoc .clearfix{
    margin-top: 25px;
}

.anchor-style{
    position: relative;
    top: -170px;
}

@media only screen and (max-width : 768px) {
    #informationDoc p{
        margin-left: 100px;
    }


    #informationDoc h4 img,
    #informationDoc h3 img{
        margin-left: 25px;
    }


    #informationDoc h4 strong{
        display: inline-block;
        width: auto;
        max-width: 80%;
    }

    #informationDoc h4 .long{
        position: relative;
        top: 15px
    }

}


@media only screen and (max-width : 480px) {

    #informationDoc h3 img{
        margin-left: 15px;
    }

    #informationDoc p{
        margin-left: 0;
        text-align: justify;
        padding: 0 15px;
    }

    #informationDoc h4 strong,
    #informationDoc h3 strong{
        display: block;
        max-width: 100%;
        text-align: center;
    }

    #informationDoc h4 img,
    #informationDoc h3 img{
        margin-bottom:10px;
    }

    #informationDoc h4,
    #informationDoc h3,
    .info_h4{
        margin-top: 25px;
        text-align: center;
    }

    #title12 {
        margin-left: 0!important;
    }

    #informationDoc #title1 {
        display: block;
        padding-top: 35px;
    }

    #informationDoc h4 .long{
        top: 0;
    }
}
/* end how do we work */