/* Custom styles for the two-column layout */ .wp-block-columns.alignfull { display: flex; flex-wrap: wrap; margin: 0; padding: 2rem; background-color: #f8f8f8; } .wp-block-column { flex: 1; min-width: 300px; padding: 1rem; } /* Style for the heading */ .wp-block-column h2 { font-size: 1.5rem; line-height: 1.4; color: #333; margin-bottom: 1rem; } /* Style for the image */ .wp-block-gallery { margin: 0; } .blocks-gallery-grid { list-style: none; padding: 0; margin: 0; } .blocks-gallery-item figure { margin: 0; } .wp-image-691 { width: 100%; height: auto; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } /* Responsive adjustments */ @media (max-width: 781px) { .wp-block-columns.alignfull { flex-direction: column; } .wp-block-column { flex-basis: 100% !important; } }