
    .titleColor{
        color: #0091de;
        font-size: 22px;
        line-height: 32px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 40px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #ddd;
        position: relative;
    }
    .titleColor:after{
        content: '';
        position: absolute;
        left: 0;
        bottom: -1px;
        width: 70px;
        height: 3px;
        background: #fed24b;
    }

    .row_text{
        margin-bottom: 25px;
    }
    .the_content{
        margin-bottom: 30px;
    }
    .the_content p{
        font-size: 15px;
        line-height: 22px;
        text-align: justify;
    }

    .the_content .text1{
        font-size: 18px;
        line-height: 25px;
        color: #999999;
        position: relative;
        padding-left: 50px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }
    .the_content .text1:before{
        content: '\f10d';
        font-family: fontAwesome;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 40px;
        color: #c2c2c2;
    }
    .the_content .text2{
        margin-bottom: 25px;
    }



    @media screen and (max-width: 991px){
        .titleColor{
            display: none;
        }
        .imgabout{
            margin-bottom: 25px;
        }
    }