		/* Media query for screens with a maximum width of 767px (typical for mobile devices) */
@media (max-width: 800px) {
  img.mfp-img,
 .mfp-image-holder,
 .mfp-close  {
    /* Adjust the styles for mobile */
    width: 100%; /* Make the image occupy the full width of the container */
    padding: 10px; /* Adjust the padding for mobile */
    height: auto; /* Let the height scale proportionally with the width */
	top: 4rem;
    position: inherit;
  }
}

@media (max-width: 767px) {
  .footer-addres > div{
	  
	  font-family :inter;
	  padding: 1px;
      margin: 10px 0;
      font-weight: 400;
      line-height: 20px;
	  text-align:justify;
	  font-size: 14px;
	  text-justify: distribute;
      text-align-last: left;
	  width: 100%;
	  word-break: break-all;
	}
  }
  
  @media (max-width: 767px){
.footer-addres > div {
    font-family: inter;
    padding: 1px;
    margin: 10px 0;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    text-justify: distribute;
    text-align-last: left;
    width: 100%;
}
}


