

/* @media screen and (max-width: 480px) {
    .img-1 {
        width: 330px;
        height: 330px;
    }
  }
@media screen and (max-width: 400px) {
    .img-1 {
        width: 300px;
        height: 300px;
    }
  }
  @media screen and (max-width: 1080px) {
    .img-1 {
        width: 730px;
        height: 730px;
    }
  } */

  .img-resaponsive {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}