body,
.page-content,
.page-content-body {
  background-color: transparent;
  background: transparent;
}
.box > div:first-child {
  display: flex;
  gap: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.box .tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box > div:first-child h2 {
  font-size: 2.2rem;
  margin-bottom: 0;
}
.box .pic img {
  width: 100%;
  max-width: 120px;
  border-radius: 100vw;
}
.contact-info .mobile {
  display: flex;
}
.divider {
  height: 2px;
  background-color: var(--site1);
  width: 70%;
  margin-bottom: 1rem;
}
.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(--site1);
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
}

.list .ico > p:first-of-type {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--prime4);
  margin-bottom: 0;
}
.list .ico {
  color: var(--text);
  overflow-y: clip;
  padding: 1rem;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
}
.list .ico i {
  position: absolute;
  color: var(--prime1);
  font-size: 40px;
  bottom: -1rem;
  left: 1rem;
  opacity: 0.3;
  z-index: -1;
  width: 120px;
  height: 52px;
}
.list .ico a {
  font-weight: 700;
  color: var(--text);
}
.page-content-body-side .box + div p span {
  font-weight: bold;
  margin-left: 1rem;
  width: 47px;
  display: inline-flex;
}
.rich-content {
  width: 96%;
}
.rich-content .btn-primary,
.rich-content a.btn-primary .rich-content .btn.btn-primary {
  background-color: var(--site1);
  border-color: var(--site1);
  border-radius: 50px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 1.2rem;
  margin: 1.5rem;
}

h2:has(img) img {
  width: 50px;
}

.sub-pages-nav a .icon {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sub-pages-nav a img {
  max-width: 100%;
  max-height: 70px;
  position: relative;
  margin-bottom: 1rem;
}

.sub-pages-nav a .icon img {
  width: 52px;
  position: relative;
  opacity: 0.7;
}
.img-fluid.contact {
  display: block;
  max-width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}
.alfo {
  padding-top: 5rem;
}
.alfo h2 {
  color: var(--prime1);
}
.alfo .info {
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.alfo .info > div {
  margin: 1.25rem 0;
}
.alfo .wrapper {
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  @media (max-width: 450px) {
    padding: 2rem 1rem;
  }
}
.alfo .name {
  line-height: 1.2;
  font-weight: 900;
  color: var(--prime2);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: calc(0.5vw + 16px);
  & > div:last-child {
    font-size: calc(0.15vw + 16px);
    font-weight: 500;
  }
}
.alfo .details {
  display: flex;
  flex-wrap: wrap;
}
.alfo .contact-item {
  display: inline-flex;
  align-items: center;
  width: 50%;

  @media (max-width: 991px) {
    flex: 1 0 100%;
    margin-block: 5px;
  }
}
span.contact-item.comment {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin: auto;
}
.alfo .email.contact-item {
  flex: 1 0 100%;
  margin-block: 5px;
}
.alfo i {
  font-size: 14px;
  margin-left: 5px;
  color: var(--prime1);
}

.alfo hr {
  border-color: var(--prime1);
}

@media (max-width: 991px) {
  .page-content-body > .row:first-of-type {
    flex-direction: column-reverse;
  }
  .page-content-body-side {
    border-right: none;
  }
}
