.triple-image-section{width:100%}.triple-image-section__inner-wrapper{display:flex;flex-direction:column;gap:1rem;width:100%}.triple-image-section__block{width:100%;height:100%;object-fit:cover;display:flex;flex-direction:column}.triple-image-section__block-image{height:100%;width:100%;object-fit:cover;object-position:top center;user-select:none;-moz-user-select:none;-webkit-user-select:none;-webkit-user-drag:none}.triple-image-section__block--full-width,.triple-image-section__block--half-width,.triple-image-section__block--third-width{width:100%}.triple-image-section__block-text-wrapper{width:100%;text-wrap:wrap;word-wrap:break-word}.triple-image-section__block-title{margin:.5rem 0 1.25rem}.triple-image-section__block-content-wrapper{display:flex;flex-direction:column;gap:1rem;text-align:center}.triple-image-section__buttons{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;gap:.5rem}@media screen and (min-width: 750px){.triple-image-section__inner-wrapper{flex-direction:row}.triple-image-section__block--full-width{width:100%}.triple-image-section__block--half-width{width:50%}.triple-image-section__block--third-width{width:33.3333%}}