* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  color: #111;
}
.circle-icon {
  background: #4caf50;
  padding: 25px;
  border-radius: 80%;
  color: #fff;
  width: 100px;
  height: 100px;
}

.dugme-poziv {
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4caf50;
  border: none;
  border-radius: 5px;
  box-shadow: 5px 5px rgb(223, 211, 211);
}
.dugme-poziv a {
  text-decoration: none;
  color: #fff;
}
.dugme-pozivn:hover {
  background-color: #5ac25e;
}

.dugme-poziv:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.txt {
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  font-weight: 340;
  /* word-wrap: break-word; */
  inline-size: 300px;
}
.txt-2 {
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  font-weight: 340;
  /* word-wrap: break-word; */
  inline-size: 250px;
}

.kontakt-lokacija {
  margin-top: 30px;
  display: flex;
  /* flex-direction: row; */
  flex-wrap: wrap;
}
.kontakt-lokacija > * {
  flex: 1 1 50%;
  /* flex-basis: 100%; */
}

.kontakt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: center; */
}
.kontakt > * {
  margin: 10px;
}
.lokacija {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.lokacija img {
  width: auto;
  height: 200px;
}
.lokacija-2 {
  color: rgb(145, 28, 28);
}
