span.top {
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.5;
    color: #e50012;
}

h1.topics {
    display: block;
    padding-top: 12.5px;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

@media screen and (max-width:480px) { 
span.top {
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #e50012;
}

h1.topics {
    display: block;
    padding-top: 3.90625%;
    font-size: 21px;
    width: 100%;
    font-weight: 700;
    line-height: 1.5;
}
}