.single-page-section {
    gap: 0;
}

.single-page-wrapper {
    padding: 0 32px;
    gap: 0;
    position: relative;
    align-items: center;
    text-align: center;
}

.image-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 46px;
    width: auto;
    height: 480px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    background: center / contain no-repeat url("{{ static('themes/minimal/v1/assets/images/error/BackgroundPatternDecorative.png') }}");
}

.image-stack img {
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 3px 3px rgba(10, 13, 18, 0.04)) drop-shadow(0 8px 8px rgba(10, 13, 18, 0.03)) drop-shadow(0 12px 24px rgba(24, 29, 39, 0.16));
}

.cloud-empty-error {
    position: relative;
    width: 178px;
    height: 128px;
    margin-top: 180px;
    margin-bottom: 0;
    display: block;

}

.single-page-title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #181D27;
    margin-top: 0;
}

.single-page-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #535862;
    margin-bottom: 0;
    max-width: 480px;
}

.single-page-btn {
    margin-top: 32px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
}

.text-container {
    margin-top: 20px;
    
}

@media (max-width: 768px) {
    .single-page-wrapper {
        padding: 0 ;
    }

    .text-container {
        max-width: 420px;
      padding: 0 16px;
    }

    .image-stack {
        background: none;
    }
    .single-page-btn {
        margin-top: 24px
    }
    .single-page-title {
        margin-bottom: 4px;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        color: #181D27;
        margin-top: 0;
    }
}
