.sw-image-ribbon {
  padding: 6rem 0 3.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;

  h2, h3, p {
    margin: 0;
  }

  .titles {
    text-align: center;
  }

  .title {
    font-weight: bold;
    color: #111111;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 32px;
  }

  .subtitle {
    font-family: 'Roboto Slab';
    font-weight: 400;
    color: #444444;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 56px;
    max-width: 1024px;
  }
  .desktop {
    display: flex;
    column-gap: 2rem;
    align-items: center;
    justify-content: center;
  }

  .desktop .wrap {
    max-width: 450px;
  }

  .desktop .wrap img {
    max-width: 100%;
    height: auto;
  }

  .glider-prev, .glider-next {
    top: calc(50% - 30px);
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }

  .glider-prev svg, .glider-next svg {
    fill: #0095a0;
    display: block;
  }

  .glider-next {
    right: -30px;
  }

  .glider-next svg {
    margin-left: 10px;
  }

  .glider-prev {
    left: -30px;
  }

  .glider-prev svg {
    margin-left: 35px;
  }

  .glider-contain {
    display: none;
    width: 100%;
  }

  .inside {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 450px;
  }

  .item img {
    height: 100%;
  }

  button svg {
    width: 15px;
  }

  button.disabled {
    display: none;
  }

  @media (max-width: 798px) {
    padding-top: 3.5rem;

    .titles {
      padding: 0px 24px;
      text-align: left;
    }

    .title {
      font-size: 34px;
      line-height: 44px;
      width: 100%;
      margin-bottom: 24px;
    }

    .subtitle {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 32px;
    }

    .desktop {
        display: none;
    }

    .glider-contain {
        display: block;
    }
  }
}
