/* SAHKO_HERO_TEXT_CARD_FOOTER_V1_2 */

.hero .sahko-hero-text-card-v1 {
  display: block;
  width: min(100%, 700px);
  max-width: 700px;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #0b172a !important;
  border: 1px solid rgba(11, 23, 42, 0.12);
  border-radius: 0;
  box-shadow: 0 20px 55px rgba(3, 14, 31, 0.22);
  box-sizing: border-box;
}

.hero .sahko-hero-text-card-v1::before,
.hero .sahko-hero-text-card-v1::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

body.sahko-bg-panel-v3 .hero .sahko-hero-text-card-v1 .sahko-hero-title-v1,
body.sahko-bg-panel-v3 .hero .sahko-hero-text-card-v1 .sahko-hero-title-v1 *,
body.sahko-bg-panel-v3 .hero .sahko-hero-text-card-v1 .sahko-hero-intro-v1,
body.sahko-bg-panel-v3 .hero .sahko-hero-text-card-v1 .sahko-hero-intro-v1 *,
.hero .sahko-hero-text-card-v1 .sahko-hero-title-v1,
.hero .sahko-hero-text-card-v1 .sahko-hero-title-v1 *,
.hero .sahko-hero-text-card-v1 .sahko-hero-intro-v1,
.hero .sahko-hero-text-card-v1 .sahko-hero-intro-v1 * {
  color: #0b172a !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

@media screen and (max-width: 820px) {
  .hero .sahko-hero-text-card-v1 {
    width: 100%;
    max-width: 100%;
    padding: 1.25rem;
    box-shadow: 0 14px 36px rgba(3, 14, 31, 0.2);
  }
}
