.bottomImage{
padding: 0px !important;}
margin-bottom: -10px !important;}

.ppFullImageWrappeerImageSection {
  text-align: center;
}
.ppFullImageWrappeer {
    max-width: 770px;
    margin: 0 auto;
}

.ppFullImageWrappeerImageSection img {
  width: 100%;
}

/* Media Query for smaller screens */
@media screen and (max-width: 768px) {


  .ppFullImageWrappeerImageSection img {
    width: 90%;
    height: auto;
  }
}

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

  .ppFullImageWrappeerImageSection img {
    width: 100%;
    height: auto;
  }
}
