﻿.Title {
    font-family: Tw Cen MT;
    color: #121557;
    font-size: 3.5em;
}


.Description {
    font-family: Tw Cen MT;
    color: #121557;
    font-size: 1.2em;
}



@media screen and (max-width: 600px) {
    .Title {
        font-family: Tw Cen MT;
        color: #121557;
        font-size: 2.0em;
    }


    .Description {
        font-family: Tw Cen MT;
        color: #121557;
        font-size: 1.2em;
    }
}


