.paragraph--type--text-standard-page {
    width: auto !important;
}

.paragraph--type--text-standard-page .text-formatted p {
    font-size: 20px;
    line-height: 1.55;
    margin-bottom: var(--margin-xl);
}

.paragraph--type--text-standard-page .text-formatted :not([hidden]) ~ :not([hidden]) {
    margin-top: 1rem;
}

.paragraph--type--text-standard-page img {
    height: auto !important;
    width: 100% !important;
}

@media screen and (max-width: 1279px) {
    .paragraph--type--text-standard-page .text-formatted p {
        font-size: 18px;
    }
}


@media screen and (max-width: 467px) {}