.wrap {
  @apply border-t border-t-gray-200 flex flex-col items-center justify-center
}

.imgWrap {
  @apply pt-8 pb-6 md:pb-8
}

.image {  
  @apply max-w-[160px] max-h-[50px] object-contain align-middle scale-[0.7] md:max-w-[330px] md:scale-100
}

.textWrap {
  @apply flex flex-col items-center gap-4 justify-center w-full md:border-t md:border-t-gray-200 pb-8
}

.text {
  @apply text-xs text-gray-400 leading-[18px] px-4 md:pt-8 text-center
}

.subtext {
  @apply text-xs text-gray-400 leading-[18px]
}