.help-menu {
    display: flex;
    gap:2.5vw;
    margin: auto;
    padding: 5vw 15vw;
    background-image: url('../../images/image3.png');
    background-repeat: no-repeat;
    background-size: cover;
  }
  .help-menu a {
    position:relative;
  }
  .help-menu a .bubble-tag {
    position: absolute;
    top: 28%;
    width: 20%;
    left: 41%;
  }
  .help-menu a:hover .bubble {
    transform: scale(1.2);
    transition-duration: 1s;
  }
  .help-menu a:hover .bubble-tag {
    transform: scale(1.2);
    transition-duration: 1s;  
  }
  .help-menu a .sub-menu{
    width: fit-content;
    margin: 20px auto;
  }
  .help-menu a .sub-menu p{
    text-align: center;
    width: fit-content;
    font-size: 20px;
    line-height: 24px;
    color: #80A2C1;
  
  }
  #book {
    top:32%
  }
  .djelatnosti{
    padding: 10vw;
  }
  .djelatnosti ol li{
    font-weight: 300;
    line-height: 40px;
  
    color: #80A2C1;
  }
@media screen and (max-width:960px){
    .help-menu {
        display: flex;
        flex-direction: column;
        gap:20vw;
        text-align: center;
        padding-bottom: 10vw;
        padding-top: 10vw;
        background-image: url('../../images/image2-phone.png');
    
      }
      .help-menu a {
        position:relative;
      }
      .help-menu a .bubble{
        width: 50%;
      }
      .help-menu a .bubble-tag {
        position: absolute;
        top: 24%;
        width: 10%;
        left: 45%;
      }
      .help-menu a .sub-menu p{
        text-align: center;
        width: fit-content;
        font-size: 20px;
        line-height: 24px;
        color: #80A2C1;
    
      }
      #book {
        top:27%
      }
      .project-pagination {
        display: block;
      }
      .about-us-content {
        margin-top: 20vh;
      }
}  