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


.grid-icon {
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

a.wp-block-button__link.wp-element-button:after{
	content: '';
    background-image: url(/wp-content/uploads/2026/02/arrow.svg);
    background-position: center;
    background-size: cover;
    width: 1.2em;
    height: 1em;
    display: inline-block;
    margin-left: 10px;
}

h1.space-text {
	margin: 0 80px;
}

p.space-text-2 {
		margin-left: 80px !important;
	margin-right: 40px !important;
}

@media screen and (max-width: 1024px) {
	.grid-icon {
    display: flex !important;
    flex-direction: row !important;
		justify-content: center;
}
	h1.space-text {
	margin: 0 40px !important;
}
	
	p.space-text-2 {
	margin-left: 40px !important;
	margin-right: 40px !important;
}
}

@media screen and (max-width: 768px) {
	.grid-icon {
    display: flex !important;
    flex-direction: column !important;
		justify-content: center;
}
	h1.space-text {
	margin: 0 !important;
}
	
	
	p.space-text-2 {
		margin-left: 0 !important;
	margin-right: 0 !important;
}
	
}
