body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;

}
a {
  text-decoration: none;
  color: #000;
}
.yellow-bg {
  background: #fee2ca;
  padding-bottom: 50px;
}
.container-max600 {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.header-img, .header-img img {
width: 90%;
  margin: 0 auto;
  display: flex;
}
.text-cont {
  width: calc(100% - 160px);
  margin: 0 auto;
}
.text-cont p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.lokacije {
  display: block;
  margin: 0 auto;
  width: 286px;
}
.lokacije img {
  width: 100%;
}
.black-text {
  font-weight: 900;
}
.store-icons {
  display: flex;
  align-items: center;
  margin: 25px 0;
  justify-content: center;
}
.store-icons a {
  height: 38px;
  margin: 0 10px;
}
.store-icons a img {
  height: 100%;
}
.logo-link {
  width: 106px;
  margin: 0 auto;
  display: block;
}
.logo-link img {
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .text-cont {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
  .lokacije {
    width: calc(100% - 30px);
  }
  .store-icons {
    width: calc(100% - 60px);
    margin: 25px auto;
  }
  .store-icons a {
    height: 50px;
  }
}