.box > div:first-child {
  display: flex;
  gap: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.box .tit {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.box > div:first-child h2 {
  font-size: 2.2rem;
  margin-bottom: 0;
}
.box .pic img {
  width: 100%;
  max-width: 120px;
}

.divider {
  height: 2px;
  background-color: var(--prime1);
  width: 70%;
  margin-bottom: 1rem;
}
.box p {
  text-align: justify;
}
.page-content-body-side {
  padding-inline: 2.5rem;
  border-right: #acb9bf 1px solid;
}
.page-content-body-side > div {
  position: relative;
}
.page-content-body-side > div:not(:first-of-type) {
  border-top: 1px solid #acb9bf;
  padding-block: 2rem;
}

.page-content-body-side > div:not(.box) h2 {
  color: var(--prime1);
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
}

.page-content-body-side .box + div p {
  font-size: 1.2rem;
}
.page-content-body-side .box + div p span {
  font-weight: bold;
  margin-left: 1rem;
  width: 47px;
  display: inline-flex;
}

/* .rich-content .btn-primary,
.rich-content a.btn-primary
.rich-content .btn.btn-primary{
    background-color: var(--prime1);
    border-color: var(--prime1);
    border-radius: 50px;
    padding:12px 20px;
    font-weight: 500;
    font-size: 1.2rem;
    margin: 1.5rem;
} */

.page-content-body-side .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
  height: 59px;
  width: 59px;
  z-index: 1;
}

h2:has(img) img {
  width: 50px;
}
