

/* Start:/local/templates/.default/components/bitrix/news.list/departmentPhotos/style.css?1761315893603*/
.photos-grid-container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: start;
}

.photos-grid-text {
    min-width: 0;
    max-width: 50%;
}

.photos-grid-button {
    white-space: nowrap;
    padding-top: 5.5rem;
}

.section-photos__description {
    font-size: 0.95rem;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .photos-grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .photos-grid-text {
        max-width: 100%;
    }
    
    .photos-grid-button {
        padding-top: 0;
    }
}


/* End */
/* /local/templates/.default/components/bitrix/news.list/departmentPhotos/style.css?1761315893603 */
