.general_content_use_case-layout {
    padding-inline: 0;
    background: var(--pk-lucht);
}

.general_content_use_case-layout > .pk-row {
    max-width: none;
    padding-inline: var(--pk-site-gutter);
}

.general-content-use-case__inner {
    align-items: stretch;
    width: 100%;
}

.general-content-use-case__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 23.875rem;
    padding: 3.5rem;
    border-radius: 1.5rem;
    background: var(--pk-white);
}

.general-content-use-case__quote-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    width: 100%;
}

.general-content-use-case__quote-icon {
    position: relative;
    display: block;
    width: 4.1875rem;
    height: 4.25rem;
    flex: 0 0 auto;
}

.general-content-use-case__quote-mark {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 999px;
    color: var(--pk-grey-blue);
    font-family: var(--pk-text-font-family);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    background: var(--pk-lucht);
}

.general-content-use-case__quote-spark {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 999px;
    background: var(--pk-grey-blue);
}

.general-content-use-case__quote-spark::before,
.general-content-use-case__quote-spark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 1px;
    background: var(--pk-white);
}

.general-content-use-case__quote-spark::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.general-content-use-case__quote-spark::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.general_content_use_case-layout .general-content-use-case__quote {
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--pk-grey-blue);
    font-family: var(--pk-text-font-family);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}

.general-content-use-case__person {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 1.5rem;
    font-family: var(--pk-text-font-family);
    font-size: var(--desktop-body-xs);
    line-height: 1.5;
}

.general_content_use_case-layout .general-content-use-case__name,
.general_content_use_case-layout .general-content-use-case__function {
    margin: 0;
}

.general_content_use_case-layout .general-content-use-case__name {
    color: var(--pk-red);
    font-weight: 500;
	font-weight: bold;
}

.general_content_use_case-layout .general-content-use-case__function {
    color: #606776;
}

.general-content-use-case__image {
    width: 100%;
    height: 100%;
    min-height: 23.875rem;
    border-radius: 1.0280625rem;
    overflow: hidden;
}

.general-content-use-case__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 992px) {
    .general-content-use-case__image {
        height: 23.875rem;
        min-height: 0;
    }
}

@media only screen and (max-width: 767px) {
    .general_content_use_case-layout > .pk-row {
        padding: 80px 16px;
    }

    .general-content-use-case__inner {
        gap: 16px;
    }

    .general-content-use-case__card {
        min-height: 0;
        padding: 24px;
        border-radius: 16px;
    }

    .general-content-use-case__quote-icon {
        width: 54px;
        height: 48px;
    }

    .general-content-use-case__quote-mark {
        width: 48px;
        height: 48px;
    }

    .general-content-use-case__quote-spark {
        width: 18px;
        height: 18px;
    }

    .general_content_use_case-layout .general-content-use-case__quote {
        font-size: 20px;
    }

    .general-content-use-case__person {
        margin-top: 24px;
        font-size: 14px;
    }

    .general-content-use-case__image {
        height: 361px;
        min-height: 0;
        border-radius: 16px;
    }
}
