﻿.additional_page h2 {
    font-size: 23px !important;
    font-weight: 600;
    border-bottom : 1px solid #efefef;
    padding-bottom: 7px;
    margin-bottom: 19px;
}
.additional_page h3 {
    font-size: 23px !important;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
    padding-bottom: 7px;
    margin-bottom: 19px;
}
.additional_page p {
    font-size: 15px;
    color: #383838;
    line-height: 24px;
}

.additional_page ul li {
    font-size: 18px;
    color: #000;
    margin-bottom:5px;
    font-weight:500;
}

.additional_page a {
    color: #88bb49;
}