.usluge-section {
    padding: 3% 10%;
    position: relative;
    /* padding-bottom: 35vh; */
  }
  

  .horizontal-line {
    display: flex;
    align-items: center;
  }
  
  .usluge-section__inner {
    display: flex;
    align-items: center;
    margin: 0 0 20vh;
  }

  /*Remove margins from last box (spacing)*/
  .last-box {
    margin:0;
  }
  
  .horizontal-line hr {
    width: 60%;
    height: 2px;
    margin-left: 5px;
    border: none;
    background-color: #bf1e37;
  }
  
  .usluge-text {
    margin:0 3vw;
    z-index: 1;
    width: 50%;
  }
  
  .usluge-text h4 {
    font-size: 32px;
    color: #000;
    margin: 0;
    font-weight:600;
  }
  
  .usluge-text h2 {
    font-size: 45px;
    color: #000;
    margin: 0;
    font-weight: 600;
  }
  
  .usluge-text p {
    font-size: 16px;
    color: #000;
    line-height: 27px;
    font-family: "Varta";
    text-align: left;
  }
  
  .usluge-text a {
    background-color: #bf1e37;
    color: #fff;
    font-size: 21px;
    border: none;
    padding: 6px 30px;
    cursor: pointer;
    font-weight: 400;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    text-decoration: none;
  }

  .usluge-text a:hover {
    opacity:0.9;
    border-radius: 3px;
    transition: 0.3s;
  }

  .usluge-image img {
    width: 100%;
    height: 585px;
    z-index: 1;
  }

  #red-circles1 {
    position: absolute;
    width: 150px;
    right: 0;
    top:50px;
  }

  #red-circles2 {
    position:absolute;
    width: 150px;
    left: 0;
    bottom:50px;
    transform: rotate(180deg);
  }

  #left-lines {
    position: absolute;
    height: 150px;
    left: 0;
    top:100vh;
    transform: rotate(180deg);

  }
  /*Usluge prednosti sekcija*/
  .usluge-prednosti {
    min-height: 600px;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background: url("/images/usluge-prednosti-bg2.png");
    background-size: cover;
    color: #fff;
  }
  .usluge-prednosti__icons{
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .usluge-prednosti__heading {
      margin-left: 5vw;
  }
  
  .usluge-prednosti__heading h4{
      font-size: 32px;
      font-weight: 400;
      margin: 0;
  }
  
  .usluge-prednosti__heading h2 {
      font-size: 64px;
      margin:0;
  }
  
  
  
  .usluge-icon {
      height: 160px;
      color: #fff;
      text-align: center;
      margin:25px;
  
    }
    
    .usluge-icon h4 {
      text-align: center;
      font-size: 23px;
      font-family: Inter;
      font-weight: 400;
    }
    
    .usluge-icon img {
      max-height: 80px;
    }
  

    /*Kontakt upit sekcija*/

    .kontakt-upit-sekcija {
        position: relative;
        
    }


    .kontakt-upit-sekcija__inner {
        display: flex;
        align-items: center;
        padding: 8% 10%;
        height: auto;

      }

      .kontakt-upit {
        width:100%;
      }

      #element1{
        position: absolute;
        height:150px;
        left: 0;
        transform: rotate(180deg);
        top: 100px;
      }
      #element2{
        position: absolute;
        width: 250px;
        bottom: 0;
        left: 35%;

      }
      #element3{
        position: absolute;
        width:250px;
        right:0;
        top: 0;
      }


      @media only screen and (max-width: 768px) {
        .usluge-section {
          padding: 0% 5%;
          position: relative;
          padding-bottom: 5vh;
          height: auto;
          padding-top: 6vh;
        }
        
        .mob-reverse {
          flex-direction: column-reverse !important;
        }
       
        
        .horizontal-line {
          display: flex;
          align-items: center;
        }
        
        .usluge-section__inner {
          display: flex;
          flex-direction: column;
          margin: 5vh 0;
        }

        .usluge-prednosti {
          min-height: 600px;
          z-index: 1;
          padding: 0 5%;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center;
          height: auto;
          background: url("/images/usluge-prednosti-bg2.png");
          background-size: cover;
          background-position: center;
          color: #fff;
          flex-direction: column-reverse;
  
        }
        .usluge-prednosti__icons{
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .usluge-prednosti__heading {
            margin-left: 0;
            margin-bottom: 10vh;
        }
        
        .usluge-prednosti__heading h4{
            font-size: 24px;
            font-weight: 400;
            margin: 0;
        }
        
        .usluge-prednosti__heading h2 {
            font-size: 40px;
            margin:0;
        }
        
       
  
        .usluge-icon {
          display: flex;
          flex-direction: column;
          align-items: center;
          height: 90px;
          justify-content: center;
          margin-left: 0vw;
      }
    
      .usluge-icon h4 {
          font-size: 14px;
          margin-left: 0%;
          margin-top: 20px;
      }
    
      .usluge-icon img {
          max-height: 60px;
          margin-left: 0;
      }

      .usluge-text {
        margin:0;
        z-index: 1;
        width: 100%;
      }
      
      .usluge-text h4 {
        font-size: 24px;
        color: #000;
        margin: 0;
        font-weight:600;
      }
      
      .usluge-text h2 {
        font-size: 35px;
        color: #000;
        margin: 0;
        font-weight: 600;
      }
      
      .usluge-text p {
        font-size: 14px;
        color: #000;
        line-height: 27px;
        font-family: "Varta";
        text-align: left;
      }
      
      .usluge-text a {
        background-color: #bf1e37;
        color: #fff;
        font-size: 16px;
        border: none;
        padding: 6px 30px;
        cursor: pointer;
        font-weight: 400;
        transition: 0.3s;
        margin-bottom: 5vh;
      }
    
      .usluge-text a:hover {
        opacity:0.9;
        border-radius: 3px;
        transition: 0.3s;
      }
    
      .usluge-image img {
        width: 100%;
        height: auto;
        z-index: 1;
      }
    
      #red-circles1 {
        position: absolute;
        width: 70px;
        right: 0;
        top:150px;
        opacity: 0.3;
      }
    
      #red-circles2 {
        display: none;
      }
    
      #left-lines {
        position: absolute;
        height: 70px;
        left: 0;
        opacity: 0.3;
        top:100vh;
        transform: rotate(180deg);
      }
      
      

      
    /*Kontakt upit sekcija*/

    .kontakt-upit-sekcija {
      position: relative;
      
  }
  .kontakt-upit-sekcija__inner {
      display: flex;
      align-items: center;
      padding: 5%;
      height: auto;
      flex-direction: column-reverse;

    }

    .kontakt-upit {
      width:100%;
    }

    #element1{
      position: absolute;
      height:70px;
      left: 0;
      transform: rotate(180deg);
      top: 180px;
      opacity: 0.3;
    }
    #element2{
      display: none;

    }
    #element3{
      position: absolute;
      width:75px;
      right:0;
      top: 0;
      opacity: 0.3;
    }
      }