.step-explanation h1
{
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Palanquin", Sans-serif;
    margin: 0;
}
.step-explanation h1 span
{
    color: #333;
    font-weight: 300;
    font-size: 20px;
    font-family:"Times New Roman";
    margin: 0;
}
.step-explanation div:first-child h2 {
    padding-left: 5px;
    height: auto;
    font-size: 20px;
}

a.button-back-to-list 
{
font-size: 100%;
margin: 0;
line-height: 1;
cursor: pointer;
padding: .618em 1em;
font-size: 14px;
border-radius: 3px;
left: auto;
color: #515151;
background-color: #e9e6ed;
font-weight: 700;
}
a.button-back-to-list:hover
{
    background-color: #dcd7e3;
    text-decoration: none;
    background-image: none;
    color: red;
}