#step1 .step_content {
    clear: both;
}
.AQT h1,.AQT h2,.AQT h3,.AQT h4,.AQT h5,.AQT h6,
.AQT p,.AQT span,.AQT div,.AQT strong{
    font-family:'Lato', Arial, Helvetica!important;
    font-weight: 600;
}
.AQT p,.AQT span,.AQT div,.AQT strong{
    font-size: 16px;
    font-weight: 400;
}
.AQT h2{
    font-size: 30px;
    font-weight: 600;
}
.AQT a{
    font-weight: 600;
}
.AQT ul.overview_ul{
    padding: 20px 0;
}
.AQT .faq_details ul{
    padding:0 0 10px 0!important;
}
.AQT .faq_details img{
    padding: 1em;
}
.AQT ul li{
    list-style: none;
    padding-bottom: 5px;
}
.AQT #step3 ul li{ 
    display: flex;
}
.AQT #f_highlight ul.navigation li ul li::before ,
.AQT #step3 ul li::before ,
.AQT ul.overview_ul li::before {
    content: "❖";
    padding-right: 5px;
}
.AQT ul.accordion.sponser_list li::before {
    content: '';
}
.short_headline span{
    font-size: 24px!important;
}
.editor_content ul{
    padding:0 15px!important;
}
.gl_img .gallery_images{
    background-size: 100% 100%!important;
}
@media screen and (max-width:800px){
    .short_headline span {
        font-size: 22px!important;
    }
    .AQT .faq_details img {
        width: 100%!Important;
        height: auto!important;
    }
}