@media (max-width: 768px) {
  /* HERO SECTION */
  /* .home-ban .ban-text {
    flex-direction: column;
    padding: 32px 0 0 0;
    background: transparent;
  }
  .home-ban .ban-text .left {
    width: 100%;
    padding: 0 20px;
    text-align: left;
  }
  .home-ban .ban-text .left h1 {
    font-family: Felgine, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: #171717;
  }
  .home-ban .ban-text .left h4 {
    font-family: Lora, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 24px;
    color: #171717;
  } */
  /* .home-ban .ban-text .right {
    display: none;
  } */

  /* DEINE HAUTEXPERTIN SECTION */
  .deine-hautexpertin .container {
    flex-direction: column;
    align-items: center;
    padding: 32px 0 0 0;
  }
  .deine-hautexpertin .left {
    width: 100%;
    margin: 0 0 16px 0;
    display: flex;
    justify-content: center;
  }
  .deine-hautexpertin .left img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
  }
  .deine-hautexpertin .right {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0 20px;
  }
  .deine-hautexpertin .right h3 {
    font-family: Lora, serif;
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    margin: 16px 0 12px 0;
    color: #171717;
  }
  .deine-hautexpertin .right p {
    font-family: Lora, serif;
    font-size: 16px;
    line-height: 1.4;
    color: #171717;
    margin-bottom: 24px;
  }
  .deine-hautexpertin .right .brown-line-btn {
    width: 100%;
    margin: 0 auto 0 auto;
    text-align: center;
  }
}
