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