.sub-section {
    margin-top: 40px;
}
.sub_menu_contenta p{
    line-height: 18px;
}

.sub-section h1.text-center {
    color: #0E0E0E;
    font-family: 'brandon';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;

}

.points li,
p {
    color: rgba(14, 14, 14, 0.70);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    list-style: none;
    position: relative;
}

.points li a ,p a {
    background: linear-gradient(90deg, #00D1CF 0%, #0099C4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.footer_countries, .pf_pera, .footer_countries  a{
    padding: 12px 11px;
    padding-bottom: 0px;
    color: rgba(255, 255, 255, 0.7);
    background:none;
    -webkit-text-fill-color:rgba(255, 255, 255, 0.7);
   
}
.sub-section ul.points li::before {
    position: absolute;
    content: '';
    top: 15px;
        left: -27px;
    width: 16px;
    height: .145rem;
    /* background: linear-gradient(90deg, #00D1CF 0%, #0099C4 100%); */
    background:#000;
    border-radius: 20px;
}
@media screen and (max-width: 768px) {
    .sub-section h1.text-center {
        font-size: 35px;
        line-height: 40px;
    }
    .points li,
    p {
        font-size: 14px;
        line-height: 24px;
    }
    .points li::before {
        left: -20px;
        width: 12px;
    }
    
}