.custom-text>*{font-size:var(--font-size-mobile);line-height:var(--line-height-mobile);margin-bottom:var(--margin-bottom-mobile, 1rem)}.custom-text>* strong{color:var(--color-strong)}@media (min-width: 768px){.custom-text>*{font-size:var(--font-size-tablet, var(--font-size-mobile));line-height:var(--line-height-tablet, var(--line-height-mobile));margin-bottom:var(--margin-bottom-tablet, var(--margin-bottom-mobile, 1rem))}}@media (min-width: 1200px){.custom-text>*{font-size:var(--font-size-desktop, var(--font-size-tablet, var(--font-size-mobile)));line-height:var(--line-height-desktop, var(--line-height-tablet, var(--line-height-mobile)));margin-bottom:var(--margin-bottom-desktop, var(--margin-bottom-tablet, var(--margin-bottom-mobile, 1rem)))}}
