.warranty-faqs{
  padding: 110px 0;
  display: inline-block;
}

.warranty-faqs .section-title{
  margin-bottom: 55px;
}
.warranty-faqs .section-title h3{
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
.warranty-faqs .section-title h2{
    margin-bottom: 15px;
    font-size: 44px;
    line-height: 56px;
    font-family: "Poppins", sans-serif;
    color: #0e1b2c;
}

.warranty-faqs .fasq-group .faq-item{
    background-color: #fff;
    box-shadow: 0px 8px 25px 0px rgba(172,176,181,.2);
    border-radius: 0px;
    margin-bottom: 30px;

}
.warranty-faqs .fasq-group .faq-item > a{
  transition: .3s;  
    border: none;
    border-radius: 0px;
    padding: 20px;
    cursor: pointer;
}
.warranty-faqs .fasq-group .faq-item:hover .faq-title{
    color: #2db9dd;
}

.warranty-faqs .fasq-group .faq-item .faq-title {
  font-size: 18px;
  font-weight: 600;
  color: #0e1b2c;
  display:block;
}
.warranty-faqs .fasq-group .faq-item .faq-content {
  line-height: 1.5;
  padding: 0 20px 20px 20px;
  display: none;
}
.warranty-faqs .fasq-group .faq-item .faq-title .toggle_btn{
    margin-right: 15px;
}
.warranty-faqs .fasq-group .faq-item .faq-title .toggle_btn:after{
    content: "\f067";
    font-family: "FontAwesome";
    font-weight: 600;
    display: inline-block;
    font-size: 15px;
    transition: all 0.3s ease-out 0s;
}

.warranty-faqs .fasq-group .faq-item .faq-title.faq_active{
    color: #2db9dd;
}

.warranty-faqs .fasq-group .faq-item .faq-title.faq_active .toggle_btn:after{
    content: "\f068";
}

.warranty-faqs .faq-img{
  text-align: right;
}
@media screen and (max-width:767px){
  .warranty-faqs{
    padding: 30px 0;
  }
  .warranty-faqs .faq-img{
    margin: 50px 0 100px 0;
  }
  .warranty-faqs .section-title h2{
    font-size: 26px;
    line-height: 36px;
  }
  .warranty-faqs .section-title h3{
    font-size: 14px;
  }
}