.lp-header-subtitle {
    color: var(--text-color-base);
    font-weight: normal;
    margin: 0 auto 16px;
    font-size: 16px;
    line-height: 24px;
}

@media all and (min-width: 600px) {
    .lp-header-subtitle {
        font-size: 18px;
        line-height: 28px;
    }
}

@media all and (min-width: 1380px) {
    .lp-header-subtitle {
        font-size: 20px;
    }
}

.inverse .lp-header-subtitle {
    color: #fff;
}

.lp-header-subtitle span {
    font-weight: bold;
    display: block;
}

.lp-reviews-6 {
    padding: 48px 0;
}

.lp-reviews-6 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media all and (min-width: 600px) {
    .lp-reviews-6 {
        padding: 64px 0;
    }
}

@media all and (min-width: 1380px) {
    .lp-reviews-6 {
        padding: 80px 0;
    }
}

.lp-reviews-6-title {
    margin: 0 0 48px;
    text-align: center;
    letter-spacing: 0.02em;
}

@media all and (min-width: 1200px) {
    .lp-reviews-6-title {
        width: 760px;
        margin: 0 auto 48px;
    }
}

@media all and (min-width: 1200px) {
    .lp-reviews-6-title {
        width: 848px;
    }
}

@media all and (min-width: 960px) {
    .lp-reviews-6-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-left: -24px;
        margin-right: -24px;
    }
}

@media all and (min-width: 1200px) {
    .lp-reviews-6-content {
        margin-left: -12px;
        margin-right: -12px;
    }
}

@media all and (min-width: 1380px) {
    .lp-reviews-6-content {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.lp-reviews-6-content__item {
    margin-bottom: 48px;
}

@media all and (min-width: 960px) {
    .lp-reviews-6-content__item {
        width: 432px;
        margin: 0 24px 48px;
    }
}

@media all and (min-width: 1200px) {
    .lp-reviews-6-content__item {
        width: 560px;
        margin: 0 12px 48px;
        padding-right: 16px;
    }
}

@media all and (min-width: 1380px) {
    .lp-reviews-6-content__item {
        width: 628px;
        margin: 0 16px 48px;
    }
}

.lp-reviews-6-content__item-header {
    margin-bottom: 16px;
}

@media all and (min-width: 600px) {
    .lp-reviews-6-content__item-header {
        margin-bottom: 16px;
    }
}

.lp-reviews-6-content__item-header-name {
    margin: 0 0 4px;
    letter-spacing: 0.01em;
}

.lp-reviews-6-content__item-header-profession {
    display: inline-block;
    padding-top: 0;
    letter-spacing: 0.01em;
}

.lp-reviews-6-content__item-header-company {
    display: inline-block;
    text-decoration: none;
    padding-top: 0;
    letter-spacing: 0.01em;
}

.lp-reviews-6-content__item-text {
    padding-top: 0;
}

.lp-reviews-6-buttons {
    text-align: center;
    margin-bottom: -8px;
    margin-top: -16px;
}

@media all and (min-width: 600px) {
    .lp-reviews-6-buttons {
        margin: -16px -8px -8px;
    }
}

@media all and (min-width: 1200px) {
    .lp-reviews-6-buttons {
        margin-top: 0;
    }
}

.lp-reviews-6-buttons__item {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
}

@media all and (min-width: 600px) {
    .lp-reviews-6-buttons__item {
        width: auto;
        margin: 0 8px 16px;
    }
}

@media all and (min-width: 960px) {
    .lp-reviews-6 .lp-reviews-6-three-col .lp-reviews-6-content__item {
        width: 272px;
    }
}

@media all and (min-width: 1200px) {
    .lp-reviews-6 .lp-reviews-6-three-col .lp-reviews-6-content__item {
        width: 368px;
    }
}

@media all and (min-width: 1380px) {
    .lp-reviews-6 .lp-reviews-6-three-col .lp-reviews-6-content__item {
        width: 408px;
    }
}

.lp-reviews-6-align-left .lp-reviews-6-title {
    text-align: left;
    margin-left: 0;
}

.lp-reviews-6-align-left .lp-reviews-6-content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.lp-reviews-6-align-left .lp-reviews-6-buttons {
    text-align: left;
}

.lp-reviews-6-align-right .lp-reviews-6-title {
    text-align: right;
    margin-right: 0;
}

.lp-reviews-6-align-right .lp-reviews-6-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lp-reviews-6-align-right .lp-reviews-6-buttons {
    text-align: right;
}