.title h1, .title h2 {
    display: block;
    font-size: 36px;
    text-align: center;
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 25px;
}
.title h1::after, .title h2::after {
    position: absolute;
    content: "";
    background-color: #6C84E5;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    bottom: -4px;
    left: 50%;
}


body {
    counter-reset: num-why;
}

.num-why .ba-feature-box:before {
    font-size: 30px; line-height: 30px;
    counter-increment: num-why;
    content: counter(num-why);
}
.num-why .ba-feature-box:before {
    position: absolute;
    left: 0;
    padding: 25px; 
    background: var(--primary);
    width: 30px;
    height: 30px;
    color: #000;
    font-weight: 600;
    border-radius: 50%;
    text-align: center; 
}

.button1 .ba-button-wrapper a i { display: inline-block; background: rgba(0, 0, 0, 0.2); padding: 10px;
}
