.photos__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}@media(max-width:768px){.photos__top{margin-bottom:24px}}.photos__title{color:var(--text-primary,#222031);font-family:TT Hoves Pro;font-size:34px;font-weight:700;line-height:34px}@media(max-width:768px){.photos__title{font-size:28px}}.photos__list{display:grid;grid-template-columns:664px 1fr 1fr;grid-template-rows:repeat(2,1fr);gap:15px}@media(width <= 1392px){.photos__list{display:flex;flex-direction:row}}@media(max-width:768px){.photos__list{gap:8px}}.photos__item{width:100%;height:auto;cursor:pointer}.photos__item:first-child{grid-column:1/2;grid-row:1/3;width:664px;height:447px}@media(width <= 1392px){.photos__item:first-child{width:300px;height:250px}}@media(max-width:768px){.photos__item:first-child{width:280px;height:186px}}.photos__item:not(:first-child){width:324px;height:215.534px}@media(width <= 1392px){.photos__item:not(:first-child){width:300px;height:250px}}@media(max-width:768px){.photos__item:not(:first-child){width:280px;height:186px}}.photos img{width:100%;height:100%;object-fit:cover;border-radius:8px}