

.podloga {
    /*display: none;*/
    margin: 0;
    padding: 0%;
    min-width: 100%;
    background-image: url("../revslider/assets/abe02-04.png");
    background-position: center;
    background-color: #007bff;

}

.podloga .sadrzaj {
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: auto;
  align-items: center;
}

.podloga .sadrzaj .img-90 {
    max-width: 80%;
}

.podloga .sadrzaj .img-50 {
    max-width: 50%;
    margin-bottom: 2rem;
}

.podloga .sadrzaj h1 {
    font-size:7vw;
    font-weight: 700; 
    color: rgba(255, 255, 255, 1.00);
    font-family:Poppins;

}

.podloga .sadrzaj h2 {
    font-size:5vw;
    font-weight: 400; 
    color: rgba(255, 255, 255, 1.00);
    font-family:Poppins;
}

.podloga .sadrzaj p {
    font-size:3vw;
    color: rgba(255, 255, 255, 1.00);
    font-family:Poppins;
}

@media screen and (max-width: 700px){
    .vjeruju-nam-margina {
        margin: 1rem 0 1rem 0;"
    }
}