.image-section-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;width:100%;margin:auto}.image-section-grid .grid-item{display:flex;flex-direction:column;align-items:center;text-align:center;height:-moz-fit-content;height:fit-content}.image-section-image-wrapper{width:100%}.image-section-image-wrapper img{width:100%;height:auto;aspect-ratio:16/9}.image-section-text-wrapper{margin-top:1rem}.image-section-text-wrapper h3{font-size:16px;margin-top:0;color:var(--whiteColor)}.image-section-text-wrapper p{font-size:1rem}@media screen and (max-width:768px){.image-section-grid{grid-template-columns:1fr}}