.tcc-photos{--b-blue:#1e4c73;font-family:Inter,system-ui,sans-serif;margin:0 auto;max-width:1200px;padding:4rem 1.5rem}.tcc-photos__heading{color:var(--b-blue);font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;margin:0 0 2rem;text-align:center}.tcc-photos__grid{display:grid;gap:1.25rem;grid-template-columns:1.4fr 1fr 1.4fr;grid-template-rows:220px 220px}.tcc-photo{border-radius:24px;box-shadow:0 6px 22px rgba(30,76,115,.1);overflow:hidden;position:relative}.tcc-photo:first-child{grid-column:1;grid-row:1/3}.tcc-photo:nth-child(2){grid-column:2;grid-row:1}.tcc-photo:nth-child(3){grid-column:3;grid-row:1/3}.tcc-photo:nth-child(4){grid-column:2;grid-row:2}.tcc-photo__img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%;will-change:transform}.tcc-photo:hover .tcc-photo__img{transform:scale(1.04)}@media (max-width:768px){.tcc-photos__grid{gap:1rem;grid-template-columns:1fr;grid-template-rows:auto}.tcc-photo:first-child,.tcc-photo:nth-child(2),.tcc-photo:nth-child(3),.tcc-photo:nth-child(4){grid-column:1;grid-row:auto;height:220px}}