.blog-h2{
   color: #000000;
   font-family: "Raleway", Sans-serif;
   font-size: 24px;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 1.5px;
}
.blog-content{
   color: #252525;
   font-family: "Raleway", Sans-serif;
   font-size: 13px;
   font-weight: 400;
   letter-spacing: 0.5px;
}



/* ============ desktop view ============ */
   @media all and (min-width: 992px) {
      #col-md-7{
         width: 55%;
      }
      #col-md-5{
         width: 45%;
      }
      
   }
/* =======class=======*/