.label-margin {
  margin-top: 64px;
}
.clanak-title {
  color: var(--Gray-1, #333);
  text-align: center;

  /* h1 */
  font-family: "Open Sans";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 64px;
  margin-bottom: 50px;
}
.potpis {
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}
.lead {
  color: #000;
  font-family: "Open Sans";
  font-size: 29px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding: 36px 0 0 0;
}
.text {
  color: #000;
  font-family: "Open Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 36px 0 0 0;
}
.flex {
  display: flex;
  gap: 36px;
}
.left {
  width: 55%;
}
.right {
  width: 45%;
}
.image2 {
  padding-top: 38px;
}
@media screen and (max-width: 861px) {
  .clanak-title {
    font-size: 32px;
  }
  .potpis {
    font-size: 16px;
  }
  .lead {
    font-size: 20px;
  }

  .text {
    font-size: 18px;
  }
  .flex {
    flex-direction: column;
    gap: 0;
  }
  .left,
  .right {
    width: 100%;
  }
  .left {
    order: 2;
  }
}
