@media (max-width:768px){
  figure{width: 100%;}
  figure img{ height: 300px;}
  .text{left: 50%; transform: translate(-50%, -30px); text-align: center;}
  .text h2{font-size: 30px;}
  .text p{font-size: 16px; font-weight: 400;}
  .text span{font-size: 14px; font-weight: lighter;}
  section{width: 100%;}
  section{width: 90%;}
  section{width: 100%;}
  .btn_wrap{flex-direction: column-reverse; gap: 30px; align-items: center;}
  .table_search{width: 90%; justify-content: center;}
  .table_search input{height: 40px;}
  #table{width: 90%; margin: 0 auto; margin-top: 40px; margin-bottom: 40px;}
  td, th{font-size: 14px;}
  #table td:nth-child(2){display: none;}
  #table td:nth-child(4){display: none;}
  #table th:nth-child(2){display: none;}
  #table th:nth-child(4){display: none;}
}