body {
  overflow-x: clip;
}
.page-content-body {
  & .rich-content {
    width: 78%;
    color: var(--textcolor);
    font-size: calc(0.45vw + 16px);
    padding: 0 1rem;
  }
}
.child-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5rem;

  & .row > div {
    position: relative;
  }

  & .wrap {
    corner-shape: squircle;
    position: absolute;
    aspect-ratio: 16 / 9;
    top: 5%;
    /* transform: translateY(-50%); */
    width: 100%;
    min-height: 55vh;
    border: 15px solid #fff;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-size: cover;
    background-position: center;
  }

  & .row > div[class^="col-lg"]:first-child {
    min-height: 550px;
    & .wrap {
      right: -28%;
    }
  }

  & .row > div[class^="col-lg"]:last-child {
    min-height: 550px;
    padding-right: 1rem;
    & .wrap {
      left: -28%;
    }
  }
}

.contact-man {
  margin-block: 2.5rem;
  display: block;
  border-bottom: 2px solid #d8d8d8;
  background: #181a190a;
  padding: 0.75rem;
  border-radius: 9px;
  color: #1e734f;
  border-right: 4px solid #1e734f;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact-man .contact-name {
  font-size: 1.5rem;
  font-weight: bold;
}

.contact-man .row > div:last-child {
  & em {
    font-size: 0.9rem;
  }
  & a {
    font-size: 1rem;
  }
}

.rich-content h2 {
  color: var(--prime2);
}

#content .faq-h2 {
  color: var(--prime1);
  font-weight: 500;
  font-size: calc(1.24vw + 16px);
  margin-bottom: 4.5rem;
}
.faq a {
  color: var(--prime1);
}
.faq-h3 {
  font-size: calc(0.55vw + 16px);
}

.parag {
  color: var(--textcolor);
  font-size: calc(0.45vw + 16px);
  line-height: 1.25;
  padding-inline: 1rem;

  & h2 {
    color: var(--prime2);
    font-weight: 700;
    font-size: calc(1.8vw + 16px);
    position: relative;
    line-height: 1;
    margin-bottom: 2.5rem;
    width: 82%;
  }

  & h2::after {
    bottom: -2rem;
    position: absolute;
    content: "";
    width: 75px;
    height: 5px;
    border-radius: 2px;
    background-color: #9bbf6e;
    right: 0;
  }

  & strong {
    display: inline-block;
    color: var(--prime1);
    font-weight: 700;
    font-size: calc(0.68vw + 16px);
    margin-top: 2rem;
    line-height: 1;
  }
}

.footer {
  margin-top: 12rem;
}

@media (max-width: 1199px) {
  .child-content {
    & .wrap {
      position: relative;
      min-height: 280px;
    }

    & .row > div[class^="col-lg"]:first-child {
      min-height: auto;
    }

    & .row > div[class^="col-lg"]:last-child {
      min-height: auto;
      padding-top: 1rem;
      flex-direction: column-reverse;
    }
  }
  .page-content-body {
    & .rich-content {
      width: 100%;
    }
  }
  .parag {
    padding-top: 1rem;
    & h2 {
      width: 100%;
    }
  }
}
