@media only screen and (max-width: 1200px) {
    .h1crtice::before {
        width: 200px;
    }
    
    .h1crtice::after {
        width: 200px;
    }
}

@media only screen and (max-width: 900px) {
    .uslugeSekcija {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .h1crtice::before {
        width: 130px;
    }
    
    .h1crtice::after {
        width: 130px;
    }

    .biografija > img {
        margin-left: 15%;
        float: none;
    }

    .biografijaSekcija::before {
        top: 210px;
        height: 120px;
    }

    .biografija h4 {
        text-align: center;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 650px) {
    .hearderSlikaBiografija {
        height: 30vh;
    }
}

@media only screen and (max-width: 550px) {
    .hearderSlikaBiografija {
        background-size: 130%;
    }

    .h1crtice::before {
        width: 70px;
    }
    
    .h1crtice::after {
        width: 70px;
    }

    .biografijaSekcija::before {
        width: 80%;
        left: 10%;
        top: 180px;
    }
}