.tariff .price p{line-height:1.1; font-size:20px; font-weight:600; margin: 0;}

@media (max-width:767px){
    .modal-body {
        overflow-y: auto;
        max-height: 100vh;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior-y: contain;
    }
}

.bullet {
    li {
        margin-top: 5px;
    }
}

.features-area .list-wrapper ul.bullet li span {
    color: #fff;
    font-weight: 300;
}

.features-area .list-wrapper ul.bullet li strong {
    color: var(--theme);
}
