/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

h1 {
margin-bottom: 10px !important;
}

h6 {
margin-top: 10px !important;
}

a.wp-block-button__link.wp-element-button {
    margin-top: 20px;
}

.icon-block {
    display: grid;
    grid-template-columns: 20% 1fr;}
    
    
.bapf_head h3 {
 font-size: 20px;
 font-weight: 400;
 margin-bottom: 20px;
}
    

@media screen and (max-width: 1024px) {
.icon-block {
    display: grid;
    grid-template-columns: 1fr;
    }
}