.body{
   background-image: url("/pages/static-img/about/vslider1-1.jpeg");
   background-position: center;
   color: white;
   background-size: cover;
   background-repeat: no-repeat;
}


.col-md-4{
   background-color:#FFFFFFF0;
   border-radius: 10px;
}


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