/* 
 Theme Name:   Child Theme Astra
 Theme URI:    
 Description:  
 Author:       Anna
 Author URI:   
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

@media (max-width: 1000px) {
   h2 {
       fill: yellow !important;
       color: yellow !important;
   }
}
@media (max-width: 768px) {
   h2 {
       fill: green !important;
       color: green !important;
   }
}
@media (max-width: 508px) {
   h2 {
       fill: blue !important;
       color: blue !important;
   }
}