.about-core-value {
    margin-bottom: 20% !important;
}

.about-core-value .col-inner {
    position: relative;
}

.about-core-value .top-text {
    position: absolute;
    width: 30%;
    min-width: 293px;
    max-width: 100%;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    background-color: var(--primary-color);
    clip-path: polygon(15.53% 0,
            84.47% 0,
            100% 100%,
            0 100%);

    color: #fff;
    text-align: center;
    box-sizing: border-box;

    padding: 10px 45px 5px;

    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.about-core-value .top-text * {
    line-height: 1.2;
    margin-bottom: 0;
}

.about-core-value .middle-text {
    position: absolute;
    width: 50%;
    min-width: 501px;
    height: 98px;
    max-width: 100%;

    background-color: var(--primary-color);

    clip-path: polygon(0 0,
            84.93% 0,
            100% 100%,
            0 100%);

    color: #fff;
    text-align: center;
    box-sizing: border-box;

    padding: 12px 85px 12px 25px;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.about-core-value .middle-text .text:first-child {
    white-space: nowrap;
}

.about-core-value .middle-text * {
    margin: 0;
    line-height: 1.2;
    text-align: justify;
}

.about-core-value .bottom-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
}

.about-core-value .bottom-title-text {
    width: 100%;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: var(--primary-color);

    clip-path: polygon(0 0,
            91.66% 0,
            100% 100%,
            0 100%);
    text-align: center;
    box-sizing: border-box;

    padding: 10px 80px 10px 80px;
    z-index: 1;
}

.about-core-value .bottom-title-text>* {
    margin: 0;
    padding: 0 !important;
}

.about-core-value .bottom-row {
    margin-top: -20px !important;
    z-index: 0;
}

.bottom-item-title {
    min-height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .about-core-value .top-text,
    .about-core-value .bottom-text,
    .about-core-value .middle-text {
        position: static;
        transform: none;
        margin-bottom: 50px !important;
        border-radius: 4px;
    }

    .about-core-value .middle-text {
        height: auto;
        padding: 10px;
        width: 100%;
        min-width: 100%;
        clip-path: none;
    }

    .about-core-value .bottom-text {
        width: 100%;
    }

    .about-core-value .bottom-row {
        margin-top: 1rem !important;
    }

    .about-core-value .bottom-title-text {
        clip-path: none;
        padding: 10px;

    }

    .about-core-value .bottom-title-text * {
        word-spacing: normal;
    }

    .about-core-value {
        margin-bottom: auto !important;
    }
}