#header-text.turn-key .bg {
    background-image: url('/images/turn-key/banner-image-3.jpg');
    background-position: bottom;
}

.turnkey-pricing__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background: #fff;
    color: #8f8b89;
    font-family: 'Lato';
}

.turnkey-pricing__table th,
.turnkey-pricing__table td {
    padding: 15px;
    text-align: left;
    border: 1px solid #e0dfda;
}

.turnkey-pricing__table th {
    font-weight: 700;
    text-transform: uppercase;
}

.turnkey-pricing__table thead th {
    background: #918d8c;
    color: #fff;
    font-size: 15px;
}

.process-quote-slide {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(230px, 0.85fr);
    grid-template-rows: 1fr auto;
    align-items: center;
    gap: clamp(22px, 4vw, 60px);

    width: 100%;
    min-height: 500px;
    padding: clamp(28px, 4vw, 58px);

    box-sizing: border-box;
    background: #f4f3f1;
}

.process-quote-slide blockquote {
    margin: 0;
    font: 600 clamp(38px, 5.1vw, 56px) / 1.2 'Runalto', serif;
}

.process-quote-slide__portrait {
    align-self: start;
}

.process-quote-slide__image {
    display: block;
    width: 100%;
    max-height: 510px;
    object-fit: cover;
}

.process-quote-slide__brand {
    grid-column: 1 / -1;
    margin: 0;
    padding-top: 18px;

    border-top: 1px solid var(--deck-line);

    font: 700 10px / 1.4 'Lato', sans-serif;
    letter-spacing: 0.2em;
    text-align: right;
    text-transform: uppercase;
}

.process-quote-slide__brand strong {
    display: block;
    margin-top: 11px;

    font: 400 clamp(36px, 5vw, 70px) / 0.95 'Runalto', serif;
    letter-spacing: -0.04em;
    text-transform: none;
}

.process-quote-slide__brand span {
    display: block;
    margin-top: 7px;
    font-size: 10px;
}

.process-quote-slide__brand .process-quote-slide__image {
    display: block;
    width: 200px;
    max-height: 510px;
    margin-left: auto;
    object-fit: cover;
}

@media (max-width: 600px) {
    .turnkey-pricing {
        padding: 55px 16px;
    }

    .turnkey-pricing h1 {
        margin-bottom: 28px;
    }

    .turnkey-pricing__table {
        font-size: 11px;
    }

    .turnkey-pricing__table th,
    .turnkey-pricing__table td {
        padding: 9px 4px;
    }
    .turnkey-pricing__table thead th{font-size: 11px;}
}