.fivePhotoGrid{background:var(--color-black);padding:40px 0 20px}.fivePhotoGrid .container{display:flex;flex-direction:column;gap:20px}.fivePhotoGrid__row{display:grid;gap:20px}.fivePhotoGrid__row--three{grid-template-columns:repeat(3, 1fr)}.fivePhotoGrid__row--two{grid-template-columns:repeat(2, 1fr)}.fivePhotoGrid__img-wrap{border-radius:20px;overflow:hidden}.fivePhotoGrid__row--three .fivePhotoGrid__img-wrap{aspect-ratio:1/1.2}.fivePhotoGrid__row--two .fivePhotoGrid__img-wrap{aspect-ratio:16/9}.fivePhotoGrid__img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width: 768px){.fivePhotoGrid__row--three{grid-template-columns:1fr}.fivePhotoGrid__row--two{grid-template-columns:1fr}.fivePhotoGrid__img-wrap{aspect-ratio:16/9}.fivePhotoGrid__row--three .fivePhotoGrid__img-wrap{aspect-ratio:16/9}.fivePhotoGrid__row--two .fivePhotoGrid__img-wrap{aspect-ratio:16/9}}
