.image-with-text-blocks{display:flex;justify-content:center;width:100%}.image-with-text-blocks__inner{display:flex;align-items:flex-start;flex-direction:row;width:100%;gap:32px}@media (min-width: 768px){.image-with-text-blocks__inner{gap:48px}}.image-with-text-blocks__block-holder,.image-with-text-blocks .block-holder{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;gap:var(--spacing-4x)}@media (min-width: 1024px){.image-with-text-blocks__block-holder,.image-with-text-blocks .block-holder{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--spacing-2x)}}.image-with-text-blocks__block-holder .block,.image-with-text-blocks .block-holder .block{display:flex;width:100%;max-width:350px;gap:12px;align-items:flex-start}@media (min-width: 1024px){.image-with-text-blocks__block-holder .block,.image-with-text-blocks .block-holder .block{align-self:flex-start;max-width:100%}}.image-with-text-blocks__block-holder .block--normal,.image-with-text-blocks .block-holder .block--normal{flex-flow:row-reverse}.image-with-text-blocks__block-holder .block--reverse,.image-with-text-blocks .block-holder .block--reverse{display:flex;flex-flow:row;width:100%}.image-with-text-blocks__text-holder,.image-with-text-blocks .text-holder{display:flex;align-items:flex-start;align-self:flex-start;flex-direction:column;justify-content:flex-start;width:100%;padding:0;gap:12px}.image-with-text-blocks__text-holder__title,.image-with-text-blocks .text-holder__title{font-family:Chivo;font-size:6.4rem;color:var(--fonts-black, #373737);font-size:2rem;font-style:normal;font-weight:600;line-height:normal;gap:8px}@media (min-width: 768px){.image-with-text-blocks__text-holder__title,.image-with-text-blocks .text-holder__title{font-size:2rem;font-style:normal;font-weight:600;line-height:normal}}.image-with-text-blocks__text-holder__description,.image-with-text-blocks .text-holder__description{font-family:Chivo;font-size:1.8rem;line-height:2.8rem;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.6rem;align-self:stretch;color:var(--fonts-black, #373737)}.image-with-text-blocks__image-holder,.image-with-text-blocks .image-holder{display:flex;width:100%;max-width:50px;height:100%;max-height:50px;overflow:hidden}.image-with-text-blocks__image-holder svg,.image-with-text-blocks__image-holder img,.image-with-text-blocks .image-holder svg,.image-with-text-blocks .image-holder img{width:100%;height:100%;object-fit:cover}
