@media only screen and (min-width: 1440px) {
    .section.plan {
        margin-bottom: 60px;
    }
    .section.plan.last {
        margin-bottom: 120px;
    }
}
.paragraphs__content {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.paragraphs__content>div {
    width: calc(50% - 8px);
}
@media (max-width: 768px) {
    .paragraphs__content>div {
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) {
    .vps-usa__hero__container {
        padding-top: 3px;
    }
}
@media only screen and (min-width: 1440px) {
    .vps-usa__hero+.features {
        margin-bottom: 120px;
    }
}
.dark .faq__description a {
    color: white;
}
.features__item__title {
    text-transform: lowercase;
}
.features__item__title::first-letter {
    text-transform: uppercase;
}
@media only screen and (min-width: 1200px) {
    .about-info__item-btn {
        padding: 8px 40px;
        font-size: 30px;
        font-weight: 600;
        line-height: 46px;
        letter-spacing: 0.72px;
    }
}
.text-container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.nl-products__descr {
    margin-bottom: 0;
}


    display: inline-block;
} */