.indexD-rightint2 {
  position: relative;
}

.indexD-rightint2 img{
width:100%;
aspect-ratio:1920/500;

object-fit:cover;
  

}
@media screen and (max-width: 480px) {


.indexD-rightint2 img{
width:100%;
aspect-ratio:1;

object-fit:cover;
  
}

  .indexD-rightint2 .txt h3 {
            text-align: center;
    width:100%;
    font-size: 22px;
  }
}