/* =============================
   MATERIAL SECTION
============================= */

.materials-section{

    margin-top:20px;
    
    }
    
    .materials-section h3{
    
    margin-bottom:20px;
    font-size:22px;
    
    }
    
    
    /* =============================
       GRID CARDS
    ============================= */
    
    .materials-section .grid-x{
    
    row-gap:25px;
    
    }
    
    
    /* =============================
       SEARCH SECTION
    ============================= */
    
    .search-section h2{
    
    margin-bottom:15px;
    font-size:22px;
    
    }
    
    
    /* =============================
       BUTTON STYLE
    ============================= */
    
    .button.success{
    
    background:#0b8261;
    border:none;
    font-size:13px;
    padding:8px 16px;
    
    }
    
    .button.success:hover{
    
    background:#08634a;
    
    }