 * {margin: 0;padding: 0;box-sizing: border-box;}body {font-family: 'Helvetica Neue', Arial, sans-serif;line-height: 1.6;color: #333;}.container {max-width: 1200px;margin: 0 auto;padding: 20px;}#top {position: relative;margin-bottom: 50px;}.top-backgrouund {width: 100%;height: 300px;overflow: hidden;opacity: 0.1;}.top-backgrouund img {width: 100%;height: 100%;object-fit: cover;}.top-overview {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);font-size: 36px;color: #fff;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);font-weight: bold;}#company-list {margin-bottom: 50px;}.company-items {width: 100%;border-collapse: collapse;}.company-items tr {border-bottom: 1px solid #ddd;}.company-items th {width: 25%;padding: 20px;background-color: #f5f5f5;text-align: left;font-weight: bold;vertical-align: top;}.company-items td {width: 75%;padding: 20px;}.items button {margin-top: 10px;padding: 8px 20px 8px 15px;background-color: #5FB4D9;color: white;border: none;border-radius: 4px;cursor: pointer;transition: background-color 0.3s ease;position: relative;padding-right: 40px;}.items button::after {content: "→";display: inline-flex;align-items: center;justify-content: center;width: 18px;height: 18px;border-radius: 50%;background-color: white;color: #5FB4D9;position: absolute;right: 10px;top: 50%;transform: translateY(-50%);font-size: 12px;}.items button:hover {background-color: #0056b3;}.items button:hover::after {color: #0056b3;}.items span {font-weight: bold;display: block;margin-top: 0%;}.items p {margin-right: 40px;display: block;margin-bottom: 5%;}.items span:first-child {gap: 0%;}@media screen and (max-width: 768px) {.company-items th, .company-items td {display: block;width: 100%;}.company-items th {padding: 10px;}.company-items td {padding: 15px 10px;}.top-overview {font-size: 28px;}.top-backgrouund {height: 200px;}}