.kolacici-section {
    padding: 3% 10.5%;
}

.kolacici-section h2 {
    text-align: left;
    font-size: 30px;
    color:#000000;
    margin: 30px 0;
}

.kolacici-section p {
    color:#000;
    font-size: 18px;
}

#element-top {
    position: absolute;
    width: 117px;
    height:92px;
    right: 0;
    top: 150px;
}

#element-bot {
    position: absolute;
    width: 117px;
    height:92px;
    right: 0;
    bottom: -550px;
}

#element-mid {
    width: 70px;
    height: 214px;
    position: absolute;
    top: 800px;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .kolacici-section{
        padding: 25% 5%;
    }
    
    .kolacici-section h2 {
        font-size: 22px;

    }
    .kolacici-section p {
       font-size: 16px;
    }
    #element-top {
        position: absolute;
        width: 70px;
        height: 60px;
        top:20%;
        opacity: 0.2;
    }   
    
    #element-bot {
        position: absolute;
        width: 70px;
        height: 60px;
        opacity: 0.2;
        bottom: -200vh;
    }

    #element-mid {
        position: absolute;
        width: 40px;
        height:120px;
        opacity: 0.7;
        top:150vh;
        right: 0;
    }
}

