.image-with-desc{box-sizing:border-box;width:100%;max-width:var(--support-max-width);flex-direction:row;margin:0 auto;display:flex}@media screen and (max-width:720px){.image-with-desc{--image-width:168px;--image-height:206px;--spacer-size:28px;--title-font-size:22px;--subtitle-font-size:16px;--desc-font-size:14px;--content-gap:12px}}@media screen and (min-width:721px) and (max-width:1024px){.image-with-desc{--image-width:240px;--image-height:294px;--spacer-size:32px;--title-font-size:36px;--subtitle-font-size:24px;--desc-font-size:16px;--content-gap:12px}}@media screen and (min-width:1025px) and (max-width:1440px){.image-with-desc{--image-width:158px;--image-height:194px;--spacer-size:45px;--title-font-size:28px;--subtitle-font-size:18px;--desc-font-size:14px;--content-gap:14px}}@media screen and (min-width:1441px) and (max-width:1920px){.image-with-desc{--image-width:210px;--image-height:258px;--spacer-size:60px;--title-font-size:36px;--subtitle-font-size:24px;--desc-font-size:18px;--content-gap:18px}}@media screen and (min-width:1921px){.image-with-desc{--image-width:280px;--image-height:344px;--spacer-size:80px;--title-font-size:48px;--subtitle-font-size:32px;--desc-font-size:24px;--content-gap:24px}}@media screen and (max-width:720px){.image-with-desc{flex-direction:column;align-items:center}}.image-with-desc.image-with-desc--reverse{flex-direction:row-reverse}@media screen and (max-width:720px){.image-with-desc.image-with-desc--reverse{flex-direction:column}}.image-with-desc .image-with-desc__image{width:var(--image-width);height:var(--image-height)}.image-with-desc .image-with-desc__spacer{width:var(--spacer-size);flex-shrink:0}@media screen and (max-width:720px){.image-with-desc .image-with-desc__spacer{width:auto;height:var(--spacer-size)}}.image-with-desc .image-with-desc__title{font-weight:700;font-size:var(--title-font-size);margin:0}@media screen and (max-width:720px){.image-with-desc .image-with-desc__title{text-align:center}}.image-with-desc .image-with-desc__subtitle{margin-top:var(--content-gap);font-weight:400;font-size:var(--subtitle-font-size);margin-bottom:0}@media screen and (max-width:720px){.image-with-desc .image-with-desc__subtitle{text-align:center}}.image-with-desc .image-with-desc__description{margin-top:var(--content-gap);font-size:var(--desc-font-size);white-space:pre-wrap;line-height:1.5}@media screen and (max-width:720px){.image-with-desc .image-with-desc__description{--content-gap:28px}}