.sec-faq{
    position: relative;
}
.faq-list{
    max-width: 92.8rem;
    margin: auto;
}
.faq-item{
    border-top: 1px solid #E0E0E0;
}
.faq-head{
    padding: 1rem 4.5rem 1rem 0;
    min-height: 10rem;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.faq-head::after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2.3rem;
    height: 1.3rem;
    background: url(../images/icon-faq-arrow.png);
    background-size: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.faq-head.active::after{
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-head *{
    font-size: 2rem;
    font-weight: 600;
    line-height: 120%;
}
.faq-text {
    padding-bottom: 3rem;
}
.faq-text p,.faq-text li{
    color: #515151;
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: 0.032rem;
    margin-bottom: 1.2rem;
}
.faq-text ul,
.faq-text ol{
    margin-bottom: 1.2rem;
}
.faq-text li {
    margin: 0;
}
.faq-text ul > li{
    padding-left: 2.5rem;
}
.faq-text ul > li::after{
    background: #515151;
    top: 1rem;
    left: 0.9rem;
}
.faq-text a{
    text-decoration: underline !important;
    color: #515151 !important;
}
.faq-text a:hover{
    color: #DE2C1D !important;
}
.faq-text h1,
.faq-text h2,
.faq-text h3,
.faq-text h4,
.faq-text h5,
.faq-text h6{
    font-size: 1.6rem;
    line-height: 160%;
    letter-spacing: 0.032rem;
    margin: 2.4rem 0 1rem;
    font-weight: 600;
    font-family: Inter;
}
.faq-body{
    display: none;
}
.faq-text p strong,
.faq-text p b{
    color: #000;
    font-weight: 600;
}
.faq-full-img{
    max-width: 92.8rem;
    margin: 6.4rem auto 0;
    text-align: center;
}
.faq-full-img:first-child{
  margin-top: 0;
}
.faq-full-img img{
  max-width: 100%;
  height: auto;
}
@media(min-width:768px) and (max-width:991.98px){
  .faq-full-img {
    margin: 4rem auto 0;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .faq-head {
    min-height: 9rem;
  }
  .faq-head * {
    font-size: 1.9rem;
  }
  .faq-text p, .faq-text li {
    font-size: 1.5rem;
  }
  .faq-full-img {
    margin: 4.8rem auto 0;
  }
}
@media(max-width:767.98px){
  .faq-text p, .faq-text li {
      font-size: 1.5rem;
  }
  .faq-text ul > li {
    padding-left: 1.5rem;
  }
  .faq-text ul > li::after {
      left: 0.3rem;
  }
  .faq-text h1, 
  .faq-text h2, 
  .faq-text h3, 
  .faq-text h4, 
  .faq-text h5, 
  .faq-text h6 {
      font-size: 1.5rem;
  }
  .faq-full-img {
    margin: 3.2rem auto 0;
  }
}