#common-home .c365-home-section--faq .c365-home-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: 14px;
  align-items: stretch;
}

#common-home .c365-home-section--faq #chavo .row {
  grid-template-columns: minmax(0, 1fr) !important;
}

#common-home .c365-home-section--faq .c365-home-faq-visual {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #0b1d3f;
  box-shadow: 0 18px 44px rgba(8, 30, 73, .16), inset 0 1px 0 rgba(255, 255, 255, .48);
  isolation: isolate;
}

#common-home .c365-home-section--faq .c365-home-faq-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 48%, rgba(3, 14, 35, .72) 100%),
    radial-gradient(90% 70% at 100% 0, rgba(255, 205, 58, .2), transparent 60%);
}

#common-home .c365-home-section--faq .c365-home-faq-visual img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.04);
  transition: transform .45s ease, filter .45s ease;
}

#common-home .c365-home-section--faq .c365-home-faq-visual:hover img {
  transform: scale(1.025);
  filter: saturate(.94) contrast(1.06);
}

#common-home .c365-home-section--faq .c365-home-faq-visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 15px;
  background: rgba(8, 31, 76, .54);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
  -webkit-backdrop-filter: blur(12px) saturate(140%);
  backdrop-filter: blur(12px) saturate(140%);
}

#common-home .c365-home-section--faq .c365-home-faq-visual figcaption strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

#common-home .c365-home-section--faq .c365-home-faq-visual figcaption span {
  color: rgba(255, 255, 255, .74);
  font-size: 11px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  #common-home .c365-home-section--faq .c365-home-faq-layout {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  #common-home .c365-home-section--faq .c365-home-faq-visual {
    order: -1;
    min-height: 170px;
    border-radius: 16px;
  }

  #common-home .c365-home-section--faq .c365-home-faq-visual img {
    min-height: 170px;
    max-height: 190px;
    object-position: center 43%;
  }

  #common-home .c365-home-section--faq .c365-home-faq-visual figcaption {
    right: 9px;
    bottom: 9px;
    left: 9px;
    padding: 10px 12px;
    border-radius: 12px;
  }
}
