﻿

label {
    font-weight: bold;
}


@media (max-width:768px) {
    .row-tablet {
        display: none;
    }

    .centerit {
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .row-phone{
        display:none;
    }

}
