.p-strong {
    font-size    : 1.45em;
    font-weight  : 600;
    line-height  : 1.45;
    margin-bottom: 0.8em;

    @media (max-width: 767px) {
        font-size: 1.3em;
    }
}

.pattern__cont__text p:not(:last-child),
.p-content__text p:not(:last-child) {
    margin-bottom: 0.8em;
}

.pattern__block__2 .pattern__list {
    margin-top: 0px !important;
}

table.p-table {
    border-collapse: collapse;
    width          : 100%;
}

table.p-table th:first-child {
    width: 150px;
}

table.p-table th,
table.p-table td {
    padding: 10px;
    border : 1px solid #000;
}

table.p-table__color th {
    text-align: center;
    background: var(--main-color);
    color     : var(--txt-color-on-bg);
}

.p-label {
    width           : fit-content;
    padding         : 0.1em 0.5em;
    font-weight     : 600;
    margin-block    : 2em 0.5em;
    background-color: #534741;
    color           : #fff;
}

.p-cta {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: center;
    gap            : 3rem;
    margin-top     : 3rem;
}

.mt_0 {
    margin-top: 0 !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mb_60 {
    margin-bottom: 60px !important;
}