.acf-stories__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px; }

.acf-stories__inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.acf-stories__wrapper {
  position: relative;
  margin: auto; }
  @media screen and (min-width: 992px) {
    .acf-stories__wrapper {
      width: 80%; } }
  @media screen and (min-width: 1480px) {
    .acf-stories__wrapper {
      width: 100%; } }

.acf-stories .single {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 992px) {
    .acf-stories .single {
      flex-direction: row; } }
  .acf-stories .single__left {
    line-height: 0;
    max-width: 635px;
    width: 100%; }
    .acf-stories .single__left img {
      border-radius: 10px; }
  .acf-stories .single__right {
    max-width: 635px;
    width: 100%;
    color: #fff;
    margin-top: 45px; }
    @media screen and (min-width: 992px) {
      .acf-stories .single__right {
        max-width: 380px;
        margin-left: 95px;
        margin-top: 0; } }
  .acf-stories .single__content {
    position: relative;
    padding-left: 45px; }
    .acf-stories .single__content p:first-of-type {
      font-style: italic;
      font-weight: 300;
      margin-bottom: 30px; }
    .acf-stories .single__content a {
      margin-top: 25px; }
    .acf-stories .single__content:before {
      position: absolute;
      content: '';
      left: 0;
      top: 5px;
      background: url(icon/quote.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 14px;
      height: 16px; }

.acf-stories .swiper-notification {
  display: none; }

.acf-stories .stories-pagination {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 40px; }

.acf-stories .swiper-pagination-bullet {
  width: 25px;
  height: 2px;
  border-radius: 0;
  background: #BFBFBF;
  opacity: .5; }

.acf-stories .swiper-pagination-bullet-active {
  background: #F8AD33;
  opacity: 1; }
