/*
Theme Name: mora
Text Domain: mora
Author: REDSTONE
Author URI: https://redstone.media/
Version: 1
*/


.header.simple-page-header {
    background: rgba(18, 39, 61, 0.96);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-md);
    height: 72px;
}
.simple-page-content .text >*{
	margin-bottom: 20px;
}

@media (max-width: 520px) {
    .section.simple-page-content  {
        padding-block: var(--sp-16);
    }
}