.customer-problem-solution {
    position: relative;
    padding: 50px 0 0 ;
    overflow: hidden;
}

.customer-problem-solution .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

    max-width: 100%;
}

.why-exists-badge {
    width: 300px;
    height: 47px;
    border-radius: 25px;
    border: 1px solid #2FBED280;
    background: #2FBED21A;
    box-shadow: 0px 2px 4px 0px #00000040, 0px 2px 15px 0px #00000040 inset;

    position: relative;
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: var(--text-primary);
    white-space: nowrap;
    z-index: 1;
}

.customer-problem-solution .badge-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    object-fit: fill;

    z-index: 0;
    pointer-events: none;

}

.problem-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.bg-text-problem {
    z-index: 0;
    height: auto;
    pointer-events: none;
}

.problem-subtitle-pill {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

    /*background: linear-gradient(*/
    /*        180deg,*/
    /*        rgba(47, 190, 210, 0.15) 0%,*/
    /*        rgba(255, 255, 255, 0.4) 50%,*/
    /*        rgba(47, 190, 210, 0.15) 100%*/
    /*);*/

    /*border: 1px solid rgba(255, 255, 255, 0.6);*/
    /*box-shadow:*/
    /*        0px 4px 15px rgba(0, 0, 0, 0.1),*/
    /*        inset 0px 2px 5px rgba(255, 255, 255, 0.8),*/
    /*        inset 0px -2px 5px rgba(255, 255, 255, 0.5);*/

    overflow: hidden;
    z-index: 10;
}

.problem-subtitle-pill {
    font-weight: 600;
    font-size: var(--font-size-md);
    line-height: 1.2;
    color: var(--text-primary);
    text-align: center;
}

.problem-cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.problem-card {
    width: 300px;
    height: 78px;
    border-radius: 20px;
    background: var(--bg-quinquagintennary);
    box-shadow: 0px 2px 4px 0px #00000040 inset;

    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 15px;
    box-sizing: border-box;
}

.problem-card__icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.problem-card__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    color: var(--text-primary);
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}

.solution-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 20px;
}

.solution-subtitle-pill {
    border-radius: 10px;

    /*background: linear-gradient(*/
    /*        180deg,*/
    /*        rgba(47, 190, 210, 0.15) 0%,*/
    /*        rgba(255, 255, 255, 0.4) 50%,*/
    /*        rgba(47, 190, 210, 0.15) 100%*/
    /*);*/
    /*border: 1px solid rgba(255, 255, 255, 0.6);*/
    /*box-shadow:*/
    /*        0px 4px 15px rgba(0, 0, 0, 0.1),*/
    /*        inset 0px 2px 5px rgba(255, 255, 255, 0.8),*/
    /*        inset 0px -2px 5px rgba(255, 255, 255, 0.5);*/

    overflow: hidden;
    position: relative;
    z-index: 10;

    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-subtitle-pill span {
    position: relative;
    z-index: 2;
    font-weight: 600;
    font-size: var(--font-size-md);
    line-height: 1.2;
    color: var(--text-primary);
    text-align: center;
}

.solution-cards-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px;
    width: 100%;
    max-width: 1300px;
}

.solution-card {
    width: 32%;
    height: auto;
    border-radius: 20px;

    background: var(--bg-sexagintennary);

    box-shadow: 0px 2px 4px 0px #00000040;

    display: flex;
    align-items: center;
    padding: 6px 15px;
    gap: 10px;
    box-sizing: border-box;
}

.solution-card__icon {
    flex-shrink: 0;
    width: 40px;
    height: 33px;
}

.solution-card__content {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.solution-card__title {
    font-weight: 600;
    font-size: var(--font-size-xs);
    line-height: 1.2;
    letter-spacing: 0.07em;
    color: #000000;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}

.solution-card__text {
    font-weight: 400;
    font-size: var(--font-size-xs);
    line-height: 1.2;
    letter-spacing: 0.07em;
    color: #000000;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
}

@media (max-width: 1100px) {
    .solution-subtitle-pill span, .problem-subtitle-pill span {
        font-size: var(--font-size-sm);
    }
}

@media (max-width: 930px) {
    .bg-text-problem {
        width: 65%;
    }
    .solution-subtitle-pill span, .problem-subtitle-pill span {
        font-size: var(--font-size-xs);
    }
}

@media (max-width: 768px) {
    .bg-text-problem{
        width: 95%;
    }
    .problem-card{
        width: 90% !important;
    }
    .solution-card{
        width: 90% !important;
    }

    .problem-cards-grid{
        gap: 7px;
    }
    .solution-cards-grid{
        gap: 7px;
    }
}