/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 00:56:44 */
/* モバイル時 メディアとテキストの余白調整 */
@media (max-width: 767px) {

  .wp-block-media-text {
    gap: 20px !important;
  }

}