.investments-text-image {
    display: flex;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 48px;
    position: relative;
}

.investments-text-image::after {
    content: "";
    background-image: url("../../icons/investment-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 90%;
    filter: blur(75px);
}

.investments-text-image .container-wrapper {
    display: flex;
    width: 632px;
    gap: 24px;
    align-items: center;
}

.investments-text-image .content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 36px;
    text-align: center;
}

.investments-text-image .content-container .text-content > div:first-child,
.investments-text-image .content-container .text-content {
    display: flex;
    flex-direction: column;
    gap: 21px;
    text-align: center;
}

.investments-text-image .desc-text > * {
    margin: 0;
}

.investments-text-image .content-container .text-content div > * {
    margin-top: 0;
    margin-bottom: 0;
}

.investments-text-image .content-container .text-content div > :first-child {
    color: var(--text-seaction-heading);
    font-size: 36.522px;
    font-style: normal;
    font-weight: var(--font-weight-bold);
    line-height: 43.826px;
}

.investments-text-image .content-container .text-content div > :last-child {
    color: var(--color-text-secondary);
    font-size: 14.609px;
    font-style: normal;
    font-weight: 300;
    line-height: 20.452px;
}

.investments-text-image .store-links {
    display: flex;
    gap: 18px;
    justify-content: center;
}

.investments-text-image .store-link img {
    border-radius: 8px;
    filter: drop-shadow(0 8px 24px rgb(0 0 0 / 10%));
    border: 2px solid var(--color-gray-17);
    height: 38px;
}

.investments-text-image .desc-text {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.investments-text-image .desc-text > :first-child {
    color: var(--color-text-primary);
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
}

.investments-text-image .desc-text ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 9px;
}

.investments-text-image .desc-text ul li {
    list-style-type: none;
    color: var(--color-text-secondary);
    font-size: 12px;
    font-style: normal;
    line-height: var(--line-height-xs);
}

.investments-text-image .desc-text ul li::before {
    content: "\2022";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin-right: 4px;
    color: var(--color-gray-18);
}

.investments-text-image .image-container {
    min-height: 400px;
    width: 284px;
    flex-shrink: 0;
    position: relative;
}

.investments-text-image .image-container img {
    border-radius: 12px 12px 0 0;
}

.investments-text-image .image-container::after {
    content: "";
    background: linear-gradient(
        0deg,
        var(--background-color) 0%,
        rgb(250 250 250 / 0%) 100%
    );
    filter: blur(2px);
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 284px;
    height: 140px;
    flex-shrink: 0;
}

.blog-page main .investments-text-image,
.blog main .investments-text-image {
    margin-bottom: 0;
}

@media (width<= 768px) {
    .investments-text-image {
        margin-top: 16px;
        margin-bottom: 32px;
    }

    .investments-text-image .container-wrapper {
        width: 100%;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }

    .investments-text-image .content-container {
        width: 100%;
        flex-direction: column;
        border-radius: 8px;
        border: 1px solid rgb(0 0 0 / 5%);
        background: var(--color-white);
        box-shadow: 8px 18px 15px 0 rgb(150 126 44 / 10%);
        gap: 0;
        padding: 24px 18px 0;
    }

    .investments-text-image
        .content-container
        .text-content
        div
        > :first-child {
        font-size: 30px;
        line-height: var(--line-height-lg);
    }

    .investments-text-image .content-container .text-content > div:first-child {
        gap: 4px;
    }

    .investments-text-image .image-container {
        height: 231px;
        min-height: unset;
        width: auto;
        position: unset;
        display: flex;
        align-items: flex-start;
        margin-top: 32px;
        overflow: hidden;
    }

    .investments-text-image .image-container::after {
        content: unset;
    }

    .investments-text-image .image-container img {
        width: 190px;
    }

    .investments-text-image .store-links {
        padding: 12px;
        width: calc(100% + 36px);
        border-radius: 0 0 4px 4px;
        background: linear-gradient(
                0deg,
                rgb(0 0 0 / 30%) 0%,
                rgb(0 0 0 / 30%) 100%
            ),
            linear-gradient(
                129deg,
                var(--color-white) 39.77%,
                var(--color-light-gray-12) 72.17%
            );
        box-shadow: 4px 4px 12px 0 rgb(30 51 72 / 15%),
            0 16px 48px 0 rgb(112 144 176 / 30%);
    }

    .investments-text-image .store-links a {
        display: inline-flex;
    }

    .investments-text-image .store-links .store-link {
        filter: drop-shadow(0 8px 24px rgb(0 0 0 / 10%));
    }

    .investments-text-image .desc-text > :first-child {
        color: var(--color-dark-gray-1);
        font-size: 12px;
        line-height: var(--line-height-xs);
    }

    .investments-text-image .desc-text > :first-child strong {
        font-weight: var(--font-weight-regular);
    }

    .investments-text-image .desc-text ul {
        justify-content: flex-start;
        align-items: flex-start;
        gap: 6px 8px;
    }
}
