/*
Theme Name: Modown-Q
Template: modown
*/

/* 子主题样式 */

.full-home-page{
    width:100%;
}


/* Banner */
.home-banner{
    width:100%;
    height:400px;
    background:#eee;
}


.home-banner-inner{
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}


/* 首页模块 */
.home-section{
    max-width:1200px;
    margin:50px auto;
}


.home-section h2{
    font-size:24px;
    margin-bottom:20px;
}


/* 内容网格 */
.home-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:15px;
}