/* ================================================== КОНТЕЙНЕР «ФОТО ОБОРУДОВАНИЯ» Класс: project-gallery-section ================================================== */ body .project-gallery-section { width: 100% !important; margin: 0 !important; padding: 4px 0 0 !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; box-sizing: border-box !important; align-self: flex-start !important; } /* ================================================== ЗАГОЛОВОК «ФОТО ОБОРУДОВАНИЯ» Класс: project-gallery-title ================================================== */ body .project-gallery-title, body .project-gallery-title h1, body .project-gallery-title h2, body .project-gallery-title h3, body .project-gallery-title .uagb-heading-text { margin: 0 0 22px !important; padding: 0 !important; color: #163b68 !important; font-size: 30px !important; line-height: 1.2 !important; font-weight: 600 !important; text-align: left !important; } /* ================================================== ПЛАНШЕТ ================================================== */ @media (max-width: 1024px) { body .project-gallery-section { padding: 4px 0 0 !important; } body .project-gallery-title, body .project-gallery-title h1, body .project-gallery-title h2, body .project-gallery-title h3, body .project-gallery-title .uagb-heading-text { margin-bottom: 18px !important; font-size: 26px !important; } } /* ================================================== МОБИЛЬНЫЙ ================================================== */ @media (max-width: 767px) { body .project-gallery-section { padding: 0 !important; } body .project-gallery-title, body .project-gallery-title h1, body .project-gallery-title h2, body .project-gallery-title h3, body .project-gallery-title .uagb-heading-text { margin-bottom: 14px !important; font-size: 22px !important; } }