.u-ib {
  display: inline-block;
}

.license-table {
  display: block;
  width: 100%;
}
.license-table thead,
.license-table tbody {
  display: block;
  width: 100%;
}
.license-table thead .license-item th {
  width: 22.5%;
}
.license-table thead .license-item th:first-of-type {
  width: 55%;
  background: #f4eee9;
}

.license-item {
  background-color: #F8F2EE;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d6c8bd;
}
.license-item th {
  text-align: center;
  line-height: 1.2;
  padding: 8px 4px;
  font-weight: 500;
  min-height: 3.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F2EE;
}
@media screen and (max-width: 576px) {
  .license-item th {
    font-size: 12px;
  }
}
.license-item th:first-of-type {
  text-align: left;
  justify-content: flex-start;
  padding: 16px 8px 16px 20px;
}
@media screen and (max-width: 576px) {
  .license-item th:first-of-type {
    background: #f4eee9;
    padding: 10px;
  }
}
.license-item th:nth-last-of-type(2) {
  border-right: 1px solid #d6c8bd;
  border-left: 1px solid #d6c8bd;
}
.license-item td {
  width: 22.5%;
  text-align: center;
  justify-content: center;
  line-height: 1.4;
  height: 100%;
  min-height: 3.5em;
  display: flex;
  align-items: center;
  border-spacing: 0;
  padding: 8px 5px;
  background-color: #F8F2EE;
}
@media screen and (max-width: 576px) {
  .license-item td {
    font-size: 12px;
  }
}
.license-item td:nth-of-type(2) {
  border-right: 1px solid #d6c8bd;
  border-left: 1px solid #d6c8bd;
}
@media screen and (max-width: 576px) {
  .license-item td:nth-of-type(3) {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .license-item td:nth-of-type(2), .license-item td:nth-of-type(3) {
    min-height: 4em;
  }
}

td.license-name {
  padding: 16px 8px 16px 20px;
  background: #f4eee9;
  width: 55%;
  justify-content: flex-start;
  text-align: left;
}
@media screen and (max-width: 576px) {
  td.license-name {
    font-size: 14px;
    padding: 8px 8px 8px 10px;
  }
}
td.license-name a {
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  td.license-name a {
    font-size: 12px;
    width: 100%;
  }
}

.license-name a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: inherit;
  gap: 14px;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .license-name a {
    gap: 4px;
  }
}

.license-name a:hover {
  color: #8a4d3b;
}

.license-arrow::before {
  content: "\f107";
  color: #5E515D;
  border-radius: 100%;
  border: 2px solid #988D88;
  font-size: 14px;
  flex-shrink: 0;
  transition: 0.2s;
  font-family: "dental";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  width: 20px;
  height: 20px;
}

.license-number {
  text-align: center;
  color: #8a4d3b;
  font-weight: 600;
}

.license-date {
  text-align: center;
  line-height: 1.5;
  font-size: 13px;
}

@media screen and (max-width: 576px) {
  .step_title_inner h3 {
    margin-left: 0;
    text-indent: 0em;
  }
}