@media (max-width: 980px){
  
  .summary-section .inner-column .image img {
    position: static;
}
   section.Blog-details img {
    min-width: 450px;
    width: 100%;
    max-width: 100%;
    margin-bottom: var(--m15);
    margin-right: 0px;
    max-height: 400px;
    object-fit: cover;
    height: 100%;
} 
  section.Blog-details .container {
    display: flex;
    flex-direction: column;
} 
section.Blog-details .container div{
    min-height: 100%;
}
.dot {
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
    display: none;
}
}
    @media (max-width: 540px){
      
      section.summary-section .col-12{
        padding:0;
      }
      .summary-section .inner-column .image img {
       height: 350px;

}
    .Blog-details {
    padding: var(--p40) var(--p12);
}
section.Blog-details .container {
    display: flex;
    flex-direction: column;
    gap:0px;
}
section.Blog-details h1{
    display:none;
}
section.Blog-details img {
    width: 100%;
     min-width: 100%;
    max-width: 100%;
    margin-right: 0px;
    max-height: 300px;
    object-fit: cover;
    height: 100%;
}
section.Blog-details .container div {
    width: 100%;
}
}