.bullet-list li::before {
    width: 6px;
    height: 6px;
    left: 0;
    top: 12px;
}
.bullet-list li{
    padding-left:20px;
    margin: 0 0 5px;
}
.text-page p, .text-page ul, .text-page ol {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    display: block;
    margin: 0 0 10px;
    color: #535862;
}

li a,
p a {
    color: var(--bc-blue);
}

.heading2 {
    font-size:26px;
    font-weight: 600;
    margin: 25px 0 10px;
}
.heading3 {
    font-weight: 600;
    font-size: 20px;
    margin: 25px 0 10px;
}
footer{

    margin-top:0;
}
@media only screen and (max-width:1023px){
    .heading2 { font-size: 21px; line-height: 1.25 !important; margin: 0 0 10px; }
    .bullet-list li:before {  top: 6px; }
    .bullet-list li{padding-left:20px}
    .heading3 {
        font-size: 18px;
    }
}