@charset "UTF-8";

/* Section: KV
-------------------------------- */
.p-kv__inner__heading {
    font-size: clamp(24px, 2.5vw + 1rem, 48px);
    font-weight: 600;
    line-height: 1.5;
}


.p-kv__inner__subTxt {
    font-size: 16px;
    color: var(--color-text-regular);
    max-width: 600px;
    letter-spacing: 0;
}

/* Section: Trouble
-------------------------------- */
.p-trouble__list {
    gap: 24px;
}

.p-trouble__item {
    grid-template-columns: 310px 1fr;
    gap: 16px;
}

/* Section: Case Study
-------------------------------- */
.p-case__resultValueWrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: flex-end;
}

.p-case__resultIcon {
    display: grid;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--color-light-blue);
    flex-shrink: 0;
    place-items: center;
}

.p-case__resultIcon img {
    width: 65%;
    height: auto;
}

.p-case__resultValue {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    font-size: 14px;
    font-weight: 700;
}

/* Section: Best Fit Company
-------------------------------- */

.p-caseCta__title {
    padding: 5px 25px;
    width: 240px;
    height: 50px;
}

/* Section: flow
-------------------------------- */
#ServiceFlow .c-flow__title {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: normal;
}
@media screen and (max-width: 768px) {
    .p-trouble__list {
        width: 100%;

    }

    .p-trouble__item {
        grid-template-columns: 1fr;
        gap: 0;
    }



}


