/*faqs table css*/
#faq-content table td, #faq-content table th {
    border: 1px solid #494949;
    padding: 5px 10px;
    vertical-align: top;
    width: auto;
font-weight: normal;
font-size: 16px;
  }
#faq-content table td:first-child{
color: #fff;
}
#faq-content table td {
color: #999;
}
#table-iskur-improvement {
max-width: 780px;
}
@media (min-width:768px) { 
.faq-component .panel ul li:nth-child(3), .faq-component .panel ul li:nth-child(8) {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
  .faq-component .panel ul li:nth-child(3), .faq-component .panel ul li:nth-child(8) {
    overflow: hidden;
  }
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}