.custom-text__content{display:flex;flex-direction:column;row-gap:3rem}.custom-text__big-text{font-weight:700;line-height:1.2;width:100%}.custom-text__detail{display:flex;flex-direction:column;line-height:190%;row-gap:1.5rem;width:100%}@media (min-width:992px){.custom-text__detail{row-gap:3rem}}.custom-text__small-text{font-weight:300}.custom-text--dark{background-color:var(--color-dark)}.custom-text--dark .custom-text__content{color:var(--color-light)}.custom-text--light{background-color:var(--color-light)}.custom-text--light .custom-text__content{color:var(--color-dark)}.custom-text--white{background-color:#fff}.custom-text--white .custom-text__content{color:var(--color-dark)}@media (min-width:992px){.custom-text__content--no-stack{flex-direction:row}}