.faqs-wrap.simple .faq-item {
display: -webkit-flex;
display: flex;
margin-bottom: 50px;
}
.faqs-wrap.simple .faq-item:last-of-type {
margin-bottom: 0;
}
.faqs-wrap.simple .question {
width: 50%;
font-size: 17px;
font-weight: 700;
letter-spacing: 2px;
padding-right: 25px;
line-height: 1.7;
}
.faqs-wrap.simple .answer {
width: 50%;
font-size: 17px;
line-height: 1.7;
padding-left: 25px;
color: var(--grey-color);
}
@media only screen and (max-width: 991px) {
.faqs-wrap.simple .faq-item {
margin-bottom: 30px;
}
.faqs-wrap.simple .question {
padding-right: 15px;
}
.faqs-wrap.simple .answer {
padding-left: 15px;
}
}
@media only screen and (max-width: 600px) {
.faqs-wrap.simple {
margin-top: -10px;
}
.faqs-wrap.simple .faq-item {
flex-direction: column;
margin-bottom: 25px;
}
.faqs-wrap.simple .faq-item .question {
letter-spacing: 1px;
margin-bottom: 10px;
}
.faqs-wrap.simple .faq-item .question,
.faqs-wrap.simple .faq-item .answer {
padding: 0;
width: 100%;
}
}.a-btn-1,
.a-btn-2,
.a-btn-3,
.a-btn-4,
.a-btn-5,
.a-btn-6,
.a-btn-7,
.a-btn-8,
.a-btn-9,
.comments input[type="submit"],
.comments-form input[type="submit"],
.form input[type="submit"] {
}
a {
}
#topmenu ul li a {
}
#topmenu ul ul li a {
}