.faq {
    background-image: url('../images/landing-pages/phuong-phap-hoc-tieng-anh-elc/faq-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 15% center;
    padding: 10rem 0;
  }
  
  #elc-7 h3>span {
    font-size: 70px;
    font-family: "SVN-Gilroy-XBold";
    color: rgb(243, 144, 31);
    font-weight: bold;
    line-height: 1;
  }
  
  #elc-7 .accordion {
    max-width: 600px;
    margin: 0 auto;
  }
  
  #elc-7 .accordion-item {
    margin-bottom: 10px;
    background: white;
    border-radius: 20px !important;
    overflow: hidden;
  }
  
  #elc-7 .accordion-button {
    background: white;
    box-shadow: none !important;
    font-weight: bold;
  }
  
  #elc-7 .accordion-collapse.show, #elc-7 .accordion-button:not(.collapsed) {
    background: #FCD29F !important;
    color: black;
  }
  
  #elc-7 .accordion-button.collapsed {
    background: white;
  }
  
  #elc-7 .accordion-button::after {
    background: url('../images/landing-pages/phuong-phap-hoc-tieng-anh-elc/arrow-down.png') top center / cover no-repeat;
    transform: rotate(-90deg);
  }
  
  #elc-7 .accordion-button:not(.collapsed)::after {
    background: url('../images/landing-pages/phuong-phap-hoc-tieng-anh-elc/arrow-down.png') top center / cover no-repeat;
    transform: unset;
  }
  
  #elc-7 button.collapsed {
    background: white !important;
  }
  
  #elc-7 .accordion-item .accordion-body a {
    color: #0d6efd;
    font-family: "SVN-Gilroy-Bold";
  }
  
  #elc-7 .accordion-item .accordion-body a:hover {
    text-decoration: underline;
  }
  h3.title-second {
    font-size: 30px;
    font-family: "SVN-Gilroy-Bold";
    color: rgb(209, 33, 40);
    font-weight: bold;
    line-height: 1.2;
}
  