@media(mAX-width: 599px){

    .function_wrapper{
      padding: 50px 0;
    }
    
    .function_item{
        width: calc(95vw - 20px);
        background-color: #fff;
        border-radius: 10px;
        margin: 30px  auto;
    }
    
    
    .function_content{
        /* width: 50%; */
        padding: 20px 10px;
        font-size: 18px;
    }
    .function_content h2{
        font-size: 20px;
    }

    .function_content p{
        font-size: 13px;
    }
    
    .function_img{
        width: 100%;
        height: 60vw;
        /* min-width: 50%; */
        object-fit: cover;
        /* height: 100%; */
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    
    }
    
    .table_wrapper{
        width: 100vw;
        overflow: scroll;
    }
    table {
        border-collapse: collapse;
        margin: 0 auto;
        padding: 0;
        
        /* table-layout: fixed; */
      }
      
      table tr {
        background-color: #fff;
        border: 1px solid #bbb;
        padding: .35em;
      }
    
      table th,
      table td {
        padding: 1em 10px 1em 1em;
        border-right: 1px solid #bbb;
        text-align: center;
      }
      table th {
        font-size: 13px;
        width: 85px;
      }
      table thead tr{
        background-color: #eee;
      }
    
      
    }
    