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

.other img {
  width: 80%;
  height: auto;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;

}