.static_pages h2 {
    color: #069;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(167, 157, 150, 1);
    padding-top: 32px;
    padding-bottom: 8px;
}

.static_pages p {
    color: #101010;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 21px;
}
.static_pages ul{
   list-style-type: disc;
   margin-left: 1.5vw;
}
.static_pages ul li{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.static_pages ul li strong,strong{
   font-weight: 500;
}
.static_pages ol{
    list-style-type: decimal;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
 }
 .static_pages ol li{
     font-size: 16px;
     font-style: normal;
     font-weight: 400;
     line-height: 150%;
 }
 .static_pages ol li strong,strong{
    font-weight: 500;
 }
 


.static_heading {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 40px;
}

@media (min-width: 280px) and (max-width: 1279px) {
    .static_heading {
        font-size: 20px;
    }
    .static_pages p,
    .static_pages ul li{
        font-size: 14px;
    }
    .static_pages ul {
        margin-left: 16px;
    }
    .static_pages ol{
        margin-left: 24px;
        margin-right: 24px;
    }
}