.competency-areas-section {
  margin: 0 160px 60px 160px;
}
@media (min-width: 1300px) {
  .competency-areas-section {
    width: 975px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 2300px) {
  .competency-areas-section {
    width: 1950px;
  }
}

.action-guide .competency-areas {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.action-guide .competency-area {
  background-color: #DCE3EB;
  border-radius: 24px;
  padding: 12px;
  height: 200px;
  width: 300px;
}

.action-guide .competency-area h2 {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 1.2em;
  line-height: 1.2em;
}

.action-guide .competency-area .tag-line {
  text-align: center;
  color: black;
  line-height: 1.2em;
  margin-left: 10px;
  margin-right: 10px;
}

.action-guide .panel {
  margin: 0 20px 0 20px;
}

.action-guide table {
  width: 100%;
  border-collapse: collapse;
  
}
.action-guide th {
  color: white;
  font-weight: 700;
  background-color: #50779B;
  border: 1px solid #50779B;
  height: 4em;
  text-align: left;
  padding: 10px;
}
.action-guide tr:nth-child(odd) {
  background-color: #DCE3EB;
}
.action-guide td {
  border: 1px solid #50779B;
  padding: 10px;
  font-size: 14px;
  width: 25%;
}
.action-guidetd:first-child > div {
  display: flex;
}
.action-guide td:first-child .number {
  display: inline-flex;
  margin-right: 10px;
}