body {
  font-family: system-ui, sans-serif;
}

.logo img {
  max-width: 220px;
}

section.cat__pre {
  max-width: 360px;
  margin-inline: auto;
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 80px;
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
section.cat__pre .catpre__title {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
section.cat__pre .catpre__btn {
  display: flex;
  justify-content: space-evenly;
}
section.cat__pre .catpre__btn .cp__btn {
  background-color: #2563EB;
  padding: 10px 20px;
  color: white;
  border-radius: 16px;
  margin-top: 20px;
}
section.cat__pre .catpre__btn .cp__btn:hover {
  background-color: #1E40AF;
}

.table__container {
  width: 450px;
  overflow-x: auto;
  background-color: #fff;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.3s ease;
}
.table__container:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.05);
}
.table__container .salary-table {
  width: 100%;
  max-width: 400px;
  border-collapse: collapse;
  border: 3px solid #000;
  text-align: center;
  font-weight: 700;
}
.table__container .salary-table th,
.table__container .salary-table td {
  border: 2px solid #333;
  padding: 8px;
}
.table__container .salary-table thead tr:first-child th {
  font-size: 20px;
  padding: 10px;
}
.table__container .salary-table thead tr:nth-child(2) th {
  font-size: 18px;
  height: 80px;
}
.table__container .salary-table tbody td {
  font-size: 18px;
}

.benefits {
  width: 100%;
}
.benefits .benefits-header {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}
.benefits .benefits-header th {
  border: 3px solid #000;
  text-align: center;
  font-weight: 500;
  padding: 16px;
}
.benefits .benefits-header tr:first-child th {
  min-height: 120px;
  font-size: 19px;
  line-height: 1.4;
}
.benefits .benefits-header tr:last-child th {
  font-size: 18px;
}
.benefits .benefits-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 16px;
}
.benefits .benefits-table td {
  border: 3px solid #000;
  padding: 12px;
  font-size: 16px;
}
.benefits .benefits-table td:first-child {
  width: 65%;
}
.benefits .benefits-table td:last-child {
  width: 35%;
  text-align: center;
}

@media (min-width: 1024px) {
  section.cat__pre {
    max-width: 850px;
  }
  .table__container {
    width: 620px;
    overflow-x: visible;
  }
  .table__container .salary-table thead tr:first-child th {
    font-size: 1.5rem;
  }
  .table__container .salary-table thead tr:nth-child(2) th {
    font-size: 1.25rem;
    height: 120px;
  }
  .table__container .salary-table tbody td {
    font-size: 1.25rem;
  }
  .cta__sidebar {
    position: relative;
    left: 250px;
  }
  .benefits-header tr:first-child th {
    font-size: 40px;
    min-height: 250px;
  }
  .benefits-header tr:last-child th {
    font-size: 32px;
  }
  .benefits-header .benefits-table td {
    font-size: 32px;
    padding: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
