.image-with-text-grid{display:grid;grid-template-columns:1fr;gap:0;align-items:center}.image-with-text-grid__content-wrapper{display:flex;justify-content:center;align-items:center;padding:40px 20px}.image-with-text-grid__content{display:flex;justify-content:center;align-items:center;flex-direction:column}.image-with-text-grid__heading{position:relative;padding-bottom:25px;min-width:fit-content;text-align:center}.image-with-text-grid__heading::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#8a857d}.image-with-text-grid__text{padding-top:25px;text-align:center}@media screen and (min-width:1000px){.image-with-text-grid{grid-template-columns:25% 50% 25%}.image-with-text-grid__content-wrapper{padding:60px}.image-with-text-grid__content{flex-direction:row}.image-with-text-grid__heading{position:relative;padding-right:40px;min-width:fit-content;text-align:left}.image-with-text-grid__heading::before{content:"";position:absolute;top:0;right:0;width:1px;bottom:auto;left:auto;height:100%;background-color:#8a857d}.image-with-text-grid__text{padding-left:40px;padding-top:0;text-align:left}}
