.hero-usluge {
  background: url("/images/hero/regrutacija.jpg");
  height: 65vh;
  }

  .hero-usluge.hero-global::before {
    background-color: rgba(0, 0, 0, 0.35); 
}
.hero-usluge h1 {
  letter-spacing: 5px;
  font-weight: 400;
  font-family: "Lato";
  margin-top: 10px;
}

.hero-usluge span {
  letter-spacing: 16px;
  font-weight: 500;
  font-family: "Lato";
}

.promovisanje-section {
  display: flex;
  background-color: #ecedee;
  padding: 3% 5%;
  justify-content: space-between;
  align-items: center;
}

.promovisanje-section-right {
  width: 50%;
}
.promovisanje-section-right h3 {
  margin-top: 0;
}

.promovisanje-section-right p {
  letter-spacing: 2px;
  font-weight: 600;
  line-height: 31px;
  text-align: left;
  font-family: "Lato";
  margin-top: 5vh;
}
.filozofija-section-left img {
  height: 60vh;
  width: auto;
}

.control-section {
  background: url(/images/usluge-control.jpg);
  background-position: center;
  background-size: cover;
}

.ulaganje-section {
  padding: 0 5% 3vh 5%;
  display: flex;
  align-items: center;
}

.ulaganje-section-left {
  width: 50%;
}
.ulaganje-section-left img {
  width: 80vh;
  height: auto;
}

.ulaganje-section-right {
  width: 50%;
}

.ulaganje-section-right h2 {
  color: #ad1929;
}

.ulaganje-section-right p {
  line-height: 31px;
  width: 80%;
  letter-spacing: 2px;
  color: #2a4666;
  font-weight: 600;
}

.contact-us-section {
  background: #ecedee;
}

.contact-us-section .form-container form {
  padding-bottom: 10px;
}
.contact-us-section {
  padding-bottom: 20vh;
}

.promovisanje-section-left {
  width: 50%;
}

.promovisanje-section-right {
  width: 50%;
}

.promovisanje-section-left img {
  max-width: 80%;
  object-fit: cover;
  
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero-usluge {
    height: 70vh;
  }
  .promovisanje-section-left img {
    max-width: 100%; 
    width: 100%;   
    height: auto;
  }
  .hero-usluge h2 {
    text-align: center;
  }

  .promovisanje-section {
    padding: 5vh 5%;
    flex-direction: column;
  }

  .promovisanje-section-right {
    width: 100%;
  }

  .promovisanje-section-left img {
    height: auto;
    margin: 3vh 0;
    width: 70vw;
  }

  .ulaganje-section {
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }

  .ulaganje-section-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .ulaganje-section-left img {
    width: 40vh;
    margin: 0 auto;
  }

  .ulaganje-section-right h2 {
    width: 200%;
  }
  .ulaganje-section-right p {
    width: 200%;
  }
}

@media (max-width: 768px) {
  .hero-usluge {
    height: 50vh;
    text-align: center;
  }
  .promovisanje-section-left img {
    max-width: 100%;
  }

  .promovisanje-section-left {
    width: 100%;
  }

  .hero-usluge h2 {
    text-align: center;
  }

  .promovisanje-section {
    padding: 5vh 5%;
    flex-direction: column;
  }

  .promovisanje-section-right {
    width: 100%;
  }
  .promovisanje-section-right h3 {
    margin-top: 0;
  }

  .promovisanje-section-left img {
    height: auto;
    margin: 3vh 0;
    width: 90vw;
  }

  .ulaganje-section {
    padding: 0 5% 3vh 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ulaganje-section-left {
    width: 100%;
  }
  .ulaganje-section-left img {
    width: 40vh;
    height: auto;
  }

  .ulaganje-section-right {
    width: 100%;
  }

  .ulaganje-section-right h2 {
    color: #ad1929;
  }

  .ulaganje-section-right p {
    line-height: 31px;
    width: 100%;
    letter-spacing: 2px;
    color: #2a4666;
    font-weight: 600;
  }
}

@media (max-width: 376px) {
  .hero-usluge {
    text-align: center;
    margin-top: 10vh;
    height: 80vh;
  }
}
