.single-service__hero {
    display: flex;
    align-items: center;
}

.single-service__hero-content {
    max-width: 960px;
    margin-inline: auto;
    text-align: center;
}

.single-service__breadcrumb {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.single-service__breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.single-service__breadcrumb a:hover,
.single-service__breadcrumb a:focus-visible {
    text-decoration: underline;
}

.single-service__hero .heading-1 {
    max-width: 100%;
    font-size: clamp(42px, 4vw, 76px);
    line-height: 1;
}

.single-service__eyebrow,
.single-service__partners-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-service__eyebrow {
    margin-bottom: 24px;
}

.single-service__hero-description {
    max-width: 560px;
    margin: 38px auto 0;
}

.single-service__button {
    width: max-content;
    margin-top: 30px;
    text-decoration: none;
    text-transform: uppercase;
}

.single-service__hero .single-service__button {
    display: flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    color: var(--white);
    background: transparent;
    border: 1px solid var(--white);
    font-family: "Gustavo", sans-serif;
    font-weight: 700;
    line-height: 26px;
    margin-inline: auto;
}

.single-service__partners {
    background: var(--black);
    text-align: center;
}

.single-service__partners-title {
    padding: 16px 20px;
}

.single-service__partners-logos {
    display: flex;
    min-height: 90px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    padding: 20px;
    background: var(--white);
}

.single-service__partners-logos img {
    max-width: 105px;
    max-height: 44px;
    object-fit: contain;
    filter: grayscale(1);
}

.single-service__section-title {
    margin-bottom: 0;
    text-align: center;
}

.single-service__benefits,
.single-service__process-heading,
.single-service__faq {
    color: var(--black);
}

.single-service__benefits .single-service__section-title,
.single-service__process-heading .single-service__section-title,
.single-service__faq .single-service__section-title {
    color: var(--black);
}
.single-service__process-heading{
    padding-bottom: 0 !important;}
.single-service__benefits-grid,
.single-service__capabilities-grid {
    margin-top: 30px;
    display: grid;
    gap: 36px 28px;
}

.single-service__benefit h3,
.single-service__capability h3,
.single-service__process-copy h3 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-service__capability h3 a {
    color: inherit;
    text-decoration: none;
}

.single-service__capabilities-grid {
    max-width: 1100px;
    margin-inline: auto;
}

.single-service__capabilities-button {
    margin-inline: auto;
}

.single-service__process-item:not(.light-section) {
    background: var(--black);
}

.single-service__process-grid {
    display: grid;
    gap: 32px;
    align-items: center;
}

.single-service__process-copy {
    /*max-width: 420px;*/
}

.single-service__process-image {
    aspect-ratio: 1.25;
}

.single-service__process-image img {
    object-fit: cover;
}

.single-service__process-item.light-section .single-service__process-copy {
    color: var(--black);
}

.single-service__process-cta {
    display: flex;
    justify-content: center;
    padding: 0 20px 70px;
    background: var(--black);
}

.single-service__process-cta .single-service__button {
    height: auto;
    min-height: 0;
    padding: 5px 10px;
    color: var(--white);
    background: transparent;
    border: 1px solid var(--white);
    line-height: 26px;
}
.single-service__faq{
    .regular-accordion{
        padding-top: 50px;
    }
}
.single-service__faq .regular-accordion__control {
    color: var(--black);
}

.single-service__faq .regular-accordion__item {
    border-color: var(--black);
}

.single-service__faq .regular-accordion__icon::before,
.single-service__faq .regular-accordion__icon::after {
    background-color: var(--black);
}

@media (min-width: 768px) {
    .single-service__partners-logos {
        gap: 42px;
    }

    .single-service__benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
    }

    .single-service__capabilities-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 48px 60px;
    }

    .single-service__process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 80px;
    }

    .single-service__process-item:nth-of-type(odd) .single-service__process-copy {
        order: 2;
    }
}
