.preview {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;

    color: #FFFFFF;
}

.list-block {
    margin-top: 50px;
}

.content-block {
    flex-shrink: 0;
    max-width: 715px;
}

.calm .application-wrapper:nth-child(2) {
    margin-top: 0;
}

.scroll-container_inner {
    margin-top: -100vh;
    position: relative;
    z-index: 1;
    padding: 150px 0 100px 0;
}

.list-item {

    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 35px 25px 35px 45px;
    background: rgba(255, 255, 255, .01);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.03), inset -1px -1px 0.5px rgba(255, 255, 255, 0.05), inset 1px 1px 0.5px rgba(255, 255, 255, 0.05), inset -3px -8px 10px 3px rgba(0, 0, 0, 0.01), inset 3px 5px 30px 3px rgba(255, 255, 255, 0.45), inset -10px -10px 15px rgba(0, 0, 0, 0.03), inset 7px 7px 18px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px) saturate(80%);
    transform: rotate(0.02deg);
    border-radius: 40px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 33px;
    color: #FFFFFF;
    max-width: 740px;

}
.list-item:not(:last-child) {
    margin-bottom: 30px;
}

.list-item__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;

}

.preview span {
    font-family: 'Merriweather', sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
}

.list-item span {
    font-family: 'Merriweather', sans-serif;
    font-style: italic;
    font-weight: 400;
}

.preview-text.blue span {
    background: var(--gradient-blue);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.scroll-container_inner.orange {
    background: url(/wp-content/themes/LoquatV3.0/assets/images/icon/background-orange-light.png) no-repeat;
    background-size: 100% 100%;
    padding: 118px 0 230px 0;
    background-attachment: fixed;
}

.dark-theme .scroll-container_inner.orange {
    background: url(/wp-content/themes/LoquatV3.0/assets/images/icon/background-dark-orange.png) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

@media (max-width: 768px) {
    .dark-theme .scroll-container_inner.orange {
        background: url(/wp-content/themes/LoquatV3.0/assets/images/icon/mobile-orange-background-dark.png) no-repeat;
        background-size: cover;
        background-attachment: scroll;

    }

    .scroll-container_inner.orange {
        background: url(/wp-content/themes/LoquatV3.0/assets/images/icon/mobile-orange-background-light.png) no-repeat top center;
        background-size: 100% 100%;
        background-attachment: scroll;
    }

    .scroll-container_inner-item img {
        width: 100%;
    }

    .scroll-container {
        margin-top: 0;
    }

    .calm .scroll-container_inner-item img {
        width: 475px;
    }

    .list-block {
        margin-top: 30px;
    }
}
