.text-name1{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;

    color: white;
    font-size: 1.8em;
    font-family: 'Raleway', sans-serif;
}

.zajedno{
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.zajedno2{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .text-name1{
        width: 100% !important;
        font-size: 1.3em !important;
    }

    .zajedno{
        width: 100% !important;
    }
}

