.blog-h1 {
  margin-top: 10px;
  background-color: white;
  padding: 15px;
  color: #008752;
  width: max-content;
  max-width: 73%;
}
.blog-text {
  width: calc(100% - 10rem);
  padding-right: 3rem;
  margin-top: -1em;
}
.blog-img{
  max-height: 340px;
}
@media (max-width: 997px) {
  .blog-h1{
    max-width: 100%!important;
  }
  .blog-text {
    width: 100%;
    margin-top: 0;
    margin-bottom: 5rem;
    padding: 0;
  }
}

.blog-h1 b {
  color: #FFCD21;
}

.blog-h1 h1{
  margin-bottom: 0!important;
}

@media (max-width: 997px) {
  .blog-h1 {
    margin-top: 0rem;
    background-color: white;
    padding: 1rem;
    color: #008752;
    width: 100%;
  }
}

.blog-list ul {
  margin-left:20px; 
 /* display:inline-block; */
  list-style-type: disc !important;
text-align: left; 
padding-inline-start: 0px;
}
.blog-list ol {
  margin-left:20px; 
  display:inline-block; 
  list-style-type: decimal !important;
}

.blog-img-wrapper {
  float: left !important;
  margin: 1px 20px 15px 0  !important;
  border: 1px solid #969191  !important;
  padding: 6px !important;
}
.blog-list li {
  vertical-align: middle !important; 
  white-space: normal !important;
  list-style-type: disc !important;
  list-style-position: inside;
}
.blog-list li p {
margin-top:0 !important;
display:inline;
}
