@media(max-width:980px){
.summary-section .inner-column .image img{
  width: 100%;
    display: block;
    height: 400px;
  max-width: 100%;
  position:relative;
  }
  .inner-column-content{
   min-height:auto;
    margin-bottom: 0;
  }
}
@media(max-width:540px){
   section.summary-section .col-lg-7.col-md-12.col-sm-12.position-relative, section.summary-section .col-lg-5.col-md-12.col-sm-12.position-relative.right-contentss{
    padding: 0;
}
  .summary-section .inner-column .image img{
    height: 300px;
  }
  section.summary-section a{
        font-size: 24px;
  }
  .summary-section .row {
    margin-bottom: 3rem;
}
}