/* خريطة متجر رحيق العز */

.footer::after {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  margin-top: 20px;
  background: url("https://maps.googleapis.com/maps/api/staticmap?center=24.5585786,46.6137337&zoom=16&size=1200x350&markers=color:red%7C24.5585786,46.6137337") center/cover no-repeat;
  border-radius: 12px;
}