.row-small-items{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--border-color)}.row-small-item{display:flex;height:15rem;flex-direction:column;justify-content:space-between;padding:1.75rem var(--container-space)}.row-small-items .row-small-item:not(:nth-child(5n)){border-right:1px solid var(--border-color)}.row-small-item span:nth-child(1){font-family:var(--font-family-headline);font-size:1.125rem;letter-spacing:.0225rem;line-height:120%}.row-small-item span:nth-child(2){line-height:140%}@media (max-width:1250px){.row-small-items{grid-template-columns:repeat(1,1fr)}.row-small-items .row-small-item:not(:last-child){border-bottom:1px solid var(--border-color);border-right:0}.row-small-item{height:8rem}.image-with-text-content h2{font-size:3rem}}@media (max-width:992px){.image-with-text-content{padding:5rem var(--container-space)}.image-with-text-content h2{font-size:2.5rem}.row-small-item{height:11.75rem}.row-small-item span:nth-child(2){font-size:.875rem}}@media (max-width:768px){.image-with-text-content h2{font-size:2rem}.image-with-text-content{position:relative}.image-with-text-bg{position:absolute;height:100%;width:100%;object-fit:cover}}