.ghk-content-wrapper{
  @apply ghk-pt-6
}
.ghk-content-wrapper p,
.ghk-content-wrapper li {
  @apply ghk-pb-5 ghk-text-xs12 lg:ghk-text-sm16;
}

.ghk-content-wrapper .panel-body {
  padding: 32px;
}

.ghk-content-wrapper h1,
.ghk-content-wrapper h2,
.ghk-content-wrapper h3,
.ghk-content-wrapper h4,
.ghk-content-wrapper h5,
.ghk-content-wrapper h6 {
  @apply lg:ghk-text-black;
}

.ghk-content-wrapper h2{
  @apply lg:!ghk-text-lg18 !ghk-text-lg18
}
.ghk-content-wrapper h3{
  @apply lg:!ghk-text-lg16 !ghk-text-lg15
}
.ghk-content-wrapper h4{
  @apply lg:!ghk-text-lg14 !ghk-text-lg14
}

.ghk-content-wrapper table{
  @apply ghk-border ghk-border-solid ghk-border-gray-300 ghk-rounded-md !ghk-w-full !ghk-mb-4
}

.ghk-content-wrapper table tr,.ghk-content-wrapper table td{
  @apply ghk-border ghk-border-solid ghk-border-gray-300 ghk-rounded-md
}
.ghk-content-wrapper table p{
  @apply !ghk-pb-0 ghk-leading-[54px]
}
.ghk-content-wrapper table td{
  @apply !ghk-h-max
}

.ghk-content-wrapper img{
  @apply ghk-my-2 ghk-rounded-lg
}

.ghk-content-wrapper h2{
 @apply ghk-pt-2 ghk-text-lg14 lg:ghk-text-lg18
 }

.ghk-content-wrapper h3{
  @apply ghk-pt-2 ghk-text-md12 lg:ghk-text-md16
}

.ghk-content-wrapper ul.list-group {
  @apply ghk-flex ghk-flex-wrap ghk-gap-y-2 ghk-my-2
}
.ghk-content-wrapper ul.list-group li {
  @apply ghk-w-full md:ghk-w-1/2 lg:ghk-w-1/4 ghk-text-center
}

/* .ghk-content-wrapper table strong{
  @apply !ghk-pb-0 ghk-leading-[54px]
} */

.ghk-content-wrapper div.webp_image {
  @apply ghk-bg-white lg:ghk-rounded-2xl ghk-rounded-lg ghk-p-4 lg:!ghk-py-8 lg:ghk-px-10 ghk-my-4 lg:ghk-my-8 ghk-border ghk-border-solid ghk-border-gray-200 !ghk-mt-0

}