.blogco8 {
    display: flex;
    flex-wrap: wrap;
    padding-left: 400px;
    padding-top: 50px;
    color: rgb(3, 174, 238);
  }

  .blogpostbg {
    padding: 16px;
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid;
    border-radius: 8px;
  }

  .img-responsive {
    width: 100%;
    height: auto;
  }
.blogsall{
        display: grid;
    
    gap: 20px;
            grid-template-columns: 1fr 1fr 1fr;
    flex: 1;

}

  .blosidh4 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
    color: rgb(3, 174, 238);
  }

 
  .blogsidp2 {
    margin-top: auto;
    text-align: center;
  }

  .blogsidp2 a {
    color: white;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 5px;
    background-color: #003da0;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 5%;
    display: inline-block;
  }

  .blogsidp2 a:hover {
    background-color: rgb(3, 174, 238);
    color: black;
    text-decoration: underline;
  }
  @media (min-width: 240px) and (max-width: 599px)  {
	 .blogsall {
    display: block;
} 
.col-md-41 {
    width: 85%;
    margin: 18px auto 26px;
}
  }