@media only screen and (max-width: 375px) {
  #faq-accordion-card {
    width: 86%;
    margin: 120px auto;
    min-height: fit-content;
    flex-direction: column;
  }

  #faq-accordion-card .left {
    width: 100%;
    height: 100px;
    background: none;
    position: relative;
  }

  #faq-accordion-card .left img.box {
    display: none;
  }

  #faq-accordion-card .left img.illustration-woman-mobile,
  #faq-accordion-card .left img.pattern-mobile {
    display: block;
  }

  #faq-accordion-card .left img.illustration-woman-mobile {
    position: relative;
    bottom: 127px;
    left: 19px;
  }

  #faq-accordion-card .left img.pattern-mobile {
    position: relative;
    left: 47px;
    bottom: 218px;
  }

  #faq-accordion-card .right {
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
    padding: 0 20px;
  }

  #faq-accordion-card .right h1 {
    text-align: center;
  }

  #faq-accordion-card .right .question:hover {
    color: hsl(238, 29%, 16%);
  }
}
