.pfm-slider::before {
  background-color: #362653 !important;
}
.pfm-slider .slider-2 .icon-list-slider {
  background-color: var(--neutral-black, #101820) !important;
}

@media screen and (max-width: 549px) {
  .pfm-slider .slider-1 .banner-layers {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.8) 24.53%, rgba(255, 255, 255, 0) 68.68%);
  }
  .pfm-slider .slider-2 .icon-list-slider {
    background-color: rgba(16, 24, 32, 0.9) !important;
  }
}
.pfm-introduction::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  border-radius: 32px 32px 0px 0px;
  background: var(--neutral-grey-4, #f4f5f6);
}
.dialog .col-inner::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 67%;
  width: 34px;
  height: 39px;
  background-image: url(/wp-content/themes/timo/assets/icon/arrow.svg);
}
@media screen and (max-width: 549px) {
  .dialog .col-inner::after {
    left: 75%;
    bottom: -18px;
    top: auto;
    width: 38px;
    height: 40px;
    background-image: url(/wp-content/themes/timo/assets/icon/arrow-2.svg);
  }
}
@media screen and (min-width: 850px) {
  .pfm-story .row .large-7 {
    flex-basis: 54.37%;
    max-width: 54.37%;
  }
  .pfm-story .row .large-5 {
    flex-basis: 45.63%;
    max-width: 45.63%;
  }
}
