.counter-first-size {
    width: 100% !important;
  }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .counter-first-size {
    width: 75% !important;
  }
  }

.profile {
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07), 0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
}

.blog_detail_img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.border-radius-5 {
    border-radius: 5px;
}

.blog_detail_section p {
    text-align: justify;
    letter-spacing: 0.4px;
    line-height: 40px;
    text-shadow: 2px 2px 2px #d6dae5;
}

.blog_detail_section a {
    color: #0000EE;
    font-weight: bold;
}
.blog_detail_section p a:hover {
    color: red;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}
.story_img img{
   width: 100%
}
.row_am {
    padding: 30px 0;
}
.post-body {
    text-align: justify;
}
.post-body img {
    width: 100%;
}