.image-row{display:flex;justify-content:space-between;flex-direction:row-reverse;align-items:center;gap:64px;padding-top:128px;padding-bottom:128px;width:1200px;margin-left:auto;margin-right:auto;padding-inline:16px;box-sizing:border-box}@media screen and (max-width:1200px){.image-row{width:100%}}@media screen and (max-width:768px){.image-row{height:auto;flex-direction:column-reverse;padding-top:86px;padding-bottom:86px}}.image-row--right{flex-direction:row}@media screen and (max-width:768px){.image-row--right{flex-direction:column-reverse}}.image-row--fullscreen{height:calc(100vh - 86px)}@supports(height:100dvh){.image-row--fullscreen{height:calc(100dvh - 86px)}}@media screen and (max-width:768px){.image-row--fullscreen{height:auto}}.image-row__text-container{display:flex;flex-direction:column;justify-content:center;gap:48px}@media screen and (max-width:768px){.image-row__text-container{width:100%}}.image-row__title>span{color:var(--primary);font-weight:400}.image-row__image{object-fit:contain}.image-row__icon>svg{width:256px;height:256px}.image-row__icon>svg path{fill:var(--primary)}.image-row .row{display:flex;align-items:center;gap:16px}@media screen and (max-width:768px){.image-row--hide-image{min-height:calc(100vh - 64px);justify-content:center}@supports(height:100dvh){.image-row--hide-image{min-height:calc(100dvh - 64px)}}.image-row--hide-image .image-row__icon,.image-row--hide-image .image-row__image{display:none}}