 #col_style {
        padding-left: 25px;
    }

    .blog-left-side>div {
        background-color: #fff;
        margin-bottom: 30px;
        padding: 15px;
        border: 1px solid #ddd;
    }

    .title-about_ {
        color: #fff;
        font-weight: 300;
        margin-top: 16px;
        font-size: 20px;
        text-transform: uppercase;
        margin-left: 3px;
        font-family: Lato, sans-serif;
    }



    @media only screen and (min-width : 150px) and (max-width : 530px) {
        #col_style {
            padding-left: 10px;
        }

        .breatcome_title_inner h2 {
            color: #fff;
            margin: 0;
            margin-bottom: 0px;
            font-size: 21px;
            margin-bottom: 6px;
            font-weight: 600;
            text-align: center;
        }

        .title-about_ {
            color: #fff;
            font-weight: 300;
            margin-top: 16px;
            font-size: 15px;
            text-transform: uppercase;
            margin-left: 3px;
            font-family: Lato, sans-serif;
        }
    }