﻿ul {
    counter-reset: item;
    list-style: none;
}

li {
    font-size: 16px;
    padding-bottom: 5px;
}
        
li:before {
    padding-right: 5px;
}
        
li.headerItem:before {
    font-size: 24px;
}

h2 {
    text-align: center;
}

.headerSpan {
    font-size: 24px;
}

.mainList, .headerItem {
    padding-left: 10px;
}

.headerItem {
    padding-top: 10px;
}

.box-body {
    padding-right: 20px;
}
