.hdlg{
    font-size: 2em;
}
.ttllg{
    font-size: 1.5em;
}
.row{
    margin: 5px 5px 5px 5px;
}
@media screen and (max-width: 600px) {
    .hdlg{
        font-size: 18px;
    }
    .ttllg{
        font-size: 15px;
    }
    .col-6{
        font-size: 12px;
        white-space: wrap;   
    }
}