﻿/* 整個內容方塊 */
.index捷徑列7 {
}

    /* 內容方塊標題文字 (h2) */
    .index捷徑列7 .blockTitle {
    }

.index捷徑列7 .shortcutList
{
    
}

.index捷徑列7 .eachShortcut {
    display : flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom : 1rem;
}

    .index捷徑列7 img {
       margin-right : 1rem;
       max-width : 100%;
    }
    .index捷徑列7 .name {
        font-size : 1.2rem;
        /* line-height : 2rem; */
        font-weight : 600;
    }
@media (max-width: 480px) {}
@media (min-width: 481px) and (max-width: 767px) {
   .index捷徑列7 .shortcutList
   {
       display : flex;
       flex-direction: column;
       flex-wrap: wrap;
       justify-content: space-around;
       align-items: stretch;
   }
}



