.release-note-holder .txt-center.part-title {
    padding: 10px 0 30px;
    font-size: 2.2rem;
    font-weight: 400;
    color: #212121;
}

.page-holder {
    background: #fff;
    padding: 5rem 0 2rem;
    overflow: hidden;
}

p.line-separator {
    border-bottom: 1px solid #dee9fa;
    position: relative;
    line-height: 0;
}


.release-note-holder .latest {
    padding: 40px 0 0;
}

.release-note-holder h2.text-size-5 {
    padding-bottom: 15px;
}

h2 {
    font-weight: 400;
}

.text-size-5 {
    font-size: 1.375rem;
}

.archives div {
    padding-bottom: 15px;
}

.archives li {
    line-height: 20px;
}

.latest li:before,
.archives li:before {
    content: "";
    background: url(/template/default/images/icons/list-icon-pricing.png) 0 0px no-repeat;
    width: 16px;
    height: 19px;
    display: inline-block;
    position: relative;
    top: 7px;
}