
    .open-sans-font {
      font-family: "Open Sans", sans-serif;
      font-optical-sizing: auto;
      font-weight: 300;
      font-style: normal;
      font-variation-settings:
        "wdth" 100;
      /* line-height: 25px; */
    }

    a {
      text-decoration: none;
  }

    .card-blg {
      /* width: 415px; */
      width: auto;
      display: flex;
      border-radius: 8px;
      overflow:hidden;
      box-shadow: 0px 3px 5px  rgba(0, 0, 0, .2);
      margin-left: 8px;
      margin-top: 10px;
      margin-right: 10px;
      /* text-orientation: sideways-right; */
      text-align:justify;
      
    }
    .card-blg img {
          /* object-fit: cover; */
        position:relative;
        margin-top: 10px;
        width: 100px;
        height: 110px;
        /*align-content: flex-start;*/
        align-items: center;
    }
    .card-blg p{
      margin-right: 8px;
      margin-left: 8px;
    }
    .open-sans-font.blgfont{
      text-align: justify;
      text-wrap:pretty;
      font-size: 17px;
     }
     .open-sans-font.blgfontM{
      text-align: justify;
      text-wrap:pretty;
      font-size: 19px;
      margin-right: 8px;
      margin-left: 6px;
     }
     .blogpageM {
      /* object-fit: cover; */
    /* position:relative; */
      margin-top: 10px;
      margin: 10px;
      float:left;
      width: 120px;
      height: 130px;
      /*align-content: flex-start;*/
      align-items: center;
    }
