

@media only screen and (min-width: 1000px){
    .q_logo a{
        height: 150px !important;
    }
}

@media only screen and (max-width: 767px) {
  .awesome-layer {
display: none !important
}
}

.q_list.circle ul>li {
    margin-bottom: 11px !important;
}