@media screen and (max-width: 768px) {
	h1{
		font-size: 24px !important;
	}
	h2 {
		font-size: 18px !important;
	}
	h3 {
		font-size: 18px !important;
	}

}
@media (min-width: 992px) {
  #header nav.mega-menu .nav,
  #header nav.mega-menu .dropup,
  #header nav.mega-menu .collapse {
    position: static;
    margin-top: 0px;
  }
}

.questions_wrap p {
    margin-bottom: 5px;
}
.list_questions {
    margin-top: 35px;
    padding: 35px;
    background-color: #f6f6f6;
}
.list_questions .comment {
    padding: 35px;
    padding-bottom: 60px;
}
.list_questions .icon {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #404040;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.list_questions .icon img, .list_questions .icon object, .list_questions .icon svg {
    width: 25px;
    height: 25px;
}
.question_icon .icon {
    color: #981f88;
}
.question > p {
    color: #981f88;
    font-weight: 700;
}
/*.site-section {*/
/*    background-color: #ffffff!important;*/
/*}*/