#trialfeatured {
    width: 635px;
    height: 300px;
    text-align: center;
    background: url(../images/trialfeaturedcontent.gif) no-repeat;
    font-family: Georgia, 'Times New Roman', Times, serif;
    display: grid;
    padding-top: 10px;
    grid-template-rows: 87px 69px 42px;
    font-weight: bold;
    font-size: 12pt;
    color: #083764;
}

#trialfeatured .normal {
    font-weight: normal;
    color: #472400;
}

#trialfeatured>div:first-child {
    color: #472400;
    font-size: 14pt;
}

#trialfeatured>div:last-child {
}

#trialfeatured span {
    font-weight: bold;
}


