.vc_single_image-img.attachment-thumbnail {
  position: absolute;
  left: 408px;
  bottom: 475px;
  right: 0px;
}

/* Responsivnost */

@media (max-width: 768px) {
  .vc_col-sm-6 {
    width: 100% !important;
  }

  .vc_custom_12347 {
    padding-right: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* Hover efekat za listu */

.vc_column_text div:hover {
  transform: translateX(5px);
  transition: all 0.3s ease;
}

/* CENTRIRANJE SADRŽAJA U SPECIFIČNOM REDU */

.vc_row.vc_custom_1747395335449 .vc_col-sm-3 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* CENTRIRANJE SLIKA */

.vc_row.vc_custom_1747395335449 .vc_single_image-wrapper {
  margin: 0 auto 15px !important;
  display: block !important;
}

/* STILIZOVANJE NASLOVA */

.vc_row.vc_custom_1747395335449 .vc_custom_heading {
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: #FFFFFF !important;
  /* Boja teksta */
}

/* DODATNA PODEŠAVANJA */

.vc_row.vc_custom_1747395335449 .wpb_wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  height: 100% !important;
}

/* Responsivnost za mobilne uređaje */

@media (max-width: 768px) {
  .vc_row.vc_custom_1747395335449 .vc_col-sm-3 {
    margin-bottom: 30px !important;
  }
}

/* Hover efekat za interaktivnost */

.vc_row.vc_custom_1747395335449 .vc_col-sm-3:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.wpb_column.vc_column_container.vc_col-sm-12.vc_custom_1747412847295 {
  text-align: center;
}