/*
Theme Name: Cyber Security Blocks Child
Theme URI: https://www.ovationthemes.com/wordpress/free-cyber-security-wordpress-theme/
Template: cyber-security-blocks
Author: pewilliams
Author URI: https://www.ovationthemes.com/
Description: Cyber Security Blocks is a comprehensive and visually engaging solution designed specifically for websites related to cybersecurity, technology, and information security services. This theme seamlessly combines a sleek and professional design with robust functionalities to cater to the needs of cybersecurity professionals, technology firms, and organizations focused on safeguarding digital assets. The theme features a modern and clean layout, incorporating a balanced color scheme that reflects the seriousness of the cybersecurity domain while maintaining a user-friendly interface. Furthermore, it offers a range of customizable blocks and sections, allowing users to showcase key information effectively. These blocks include sections for services offered, team members, client testimonials, and featured case studies, providing a comprehensive overview of the cybersecurity expertise and capabilities of the website owner. Navigating through the theme, users will find intuitive menus and strategically placed call-to-action elements, enhancing the overall user experience. The responsive design ensures that the website functions seamlessly across various devices, accommodating the diverse ways users access cybersecurity-related information. The theme also supports essential functionalities for cybersecurity websites, such as secure contact forms, blog sections for sharing industry insights and updates, and integration with security plugins for added protection against online threats. Additionally, it also includes sections for showcasing certifications, partnerships, or notable achievements in the cybersecurity field.
Tags: blog,portfolio,e-commerce,one-column,two-columns,three-columns,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,right-sidebar,left-sidebar,grid-layout,custom-background,wide-blocks
Version: 1.3.1707450188
Updated: 2024-02-09 12:43:08

*/

/* 기본 h1 스타일 */
h1 {
    font-size: 24px; /* 원하는 기본 사이즈 설정 */
}

/* 화면 크기에 따른 반응형 스타일 */
@media screen and (max-width: 768px) {
    h1 {
        font-size: 20px; /* 화면이 768px 이하일 때의 사이즈 */
    }
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 18px; /* 화면이 480px 이하일 때의 사이즈 */
    }
}


