.block-text {
    word-break: keep-all;
}

.text-default h2 {
    margin-bottom: 10px;
}

@media (max-width: 1050px) {
    .block-text {
        margin: 0 !important;
    }
}


/* WRAPPED */

.text-wrapped {
    position: relative;
    width: 100%;
}

.text-wrapped .frost {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: 1;

    width: 100%;
    height: 100%;
}

.text-wrapped .parallax:has(.content) {
    position: relative;
    z-index: 3;
}

.text-wrapped .content {
    z-index: 3;
    position: relative;
    padding: 30px;
}

.text-wrapped h2 {
    margin-bottom: 10px;
}

.text-wrapped p {
    color: var(--content-gray);
}

.dotted-texture {
    width: 500px;
    height: 200px;
}