﻿.TenYearsTitulo {
    font-family: Arial; 
    font-weight: bold; 
    font-size: 26px;
}

.TextoNormal {
    font-family: "GHTF Book", "Arial";
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

@media (max-width: 600px) {

    .TenYearsTitulo { 
        font-size: 18px;
    }
}