diff --git a/pages/infoperusahaan/index.jsx b/pages/infoperusahaan/index.jsx
index 78667c691ae5a5dd46c262a27591fa0c133b3e4c..74c8b662906afc3414f162a6901fd23807d711d7 100644
--- a/pages/infoperusahaan/index.jsx
+++ b/pages/infoperusahaan/index.jsx
@@ -119,7 +119,7 @@ export default function InformasiPerusahaan({ propertyWebsite }) {
               return <tr key={index}>
                 <td className="p-6 border border-[#F875AA] bg-white">{item.question}</td>
                 <td className="p-6 border border-[#F875AA] bg-white">{item.answer}</td>
-                <td className="p-6 flex flex-col align-middle justify-evenly space-y-2 ">
+                <td className="px-2 mx-auto flex flex-col align-middle justify-evenly space-y-2">
                   <button className="bg-[#AEDEFC] p-3 rounded-lg" onClick={(e) => {
                     e.preventDefault();
                     router.push("/infoperusahaan/edit/" + index)