.about-us {
  @apply tw-max-w-6xl tw-mx-auto tw-py-20 tw-px-6;
}

.about-us-title {
  @apply tw-text-3xl tw-font-semibold tw-text-[#0396c7] tw-mb-6;
}

.news-type {
  @apply tw-text-[#4b6a7a] tw-leading-relaxed tw-mb-6;
}

#about-us-button {
  @apply tw-bg-[#0396c7] tw-text-white tw-px-6 tw-py-3
         tw-rounded-full hover:tw-bg-[#037aa0] tw-transition;
}

.card {
  @apply tw-bg-white tw-rounded-xl tw-shadow-md
         hover:tw-shadow-xl tw-transition;
}

.card img {
  @apply tw-w-full tw-h-48 tw-object-cover;
}

.card-title {
  @apply tw-text-center tw-text-[#035c82] tw-font-semibold tw-py-4;
}