.culoriSiForme{
    margin-bottom: 0px;
    margin-top: 0;
}

#stanga{
    margin-left: 55px;
}

.col-50 h1{
    font-weight: bold;
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 25px;
}

.col-50 p{
    line-height: 40px;
}

#spaceLine{
    display: none;
}

@media(max-width:700px){
    .col-50 h1{
        font-size: 30px;
        margin-left: 35px;
    }

    .col-50 p{
        line-height: 30px;
    }
    
    #spaceLine{
        display: block;
        font-size: 2px;
        color:blue;
    }
}