.component-contact-card .pxl-heading .pxl-item--title {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 26.6px;
  color: #ffffff;
}

.component-contact-card .pxl-text-editor,
.component-contact-card .pxl-text-editor p,
.component-contact-card .pxl-text-editor p a {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #dee5ee !important;
}

.component-contact-card .elementor-widget-wrap {
  padding: 8px;
}

.component-contact-card .pxl-image-single .pxl-item--image {
  background-color: #2d394b;
  display: flex;
  justify-content: center;
  padding-top: 100%;
  border-radius: 24px;
}

.component-contact-card.card-dark .pxl-image-single .pxl-item--image {
  background-color: #1c2534;
}

.component-contact-card .pxl-image-single .pxl-item--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 80%;
  max-height: 55px;
  padding: 0;
}

.component-contact-card .pxl-image-single .pxl-item--image::after {
  content: "";
  background-image: url(/wp-content/uploads/2024/12/hover-neutral-800.svg);
  background-repeat: no-repeat;
  width: 25%;
  height: 25%;
  position: absolute;
  bottom: -1px;
  right: -1px;
  transform: rotate(90deg);
  background-size: contain;
}

.component-contact-card.card-dark .pxl-image-single .pxl-item--image::after {
  background-image: url(/wp-content/uploads/2024/12/hover-dark.svg);
}

@media screen and (max-width: 1024px) {
  .component-contact-card {
    max-width: 33vw !important;
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 767px) {
  .component-contact-card {
    max-width: calc(50vw - 18px) !important;
  }

  .component-contact-card .elementor-widget-wrap > .elementor-element {
    padding: 0 2px;
  }

  .component-contact-card .elementor-widget-wrap > .elementor-element:first-child {
    padding: 0;
  }

  .component-contact-card .elementor-widget-wrap{
    padding: 12px !important;
  }
}
