.help_listing_icon > i {
    color: #03a9f4;
    font-size: 25px;
    margin: 6px 6px 6px 6px;
}

.help_listing_icon_container {
    min-width: 5px;
    width: auto;
    text-align: left;
}

.helpcenter_main {
    width: 75%;
    display: inline-block;
}

.helpcenter_sidebar {
    width: 23%;
    display: inline-block;
    float: right;
}

.helpcenter_widgets_top {
    margin-bottom: 20px;
}

.helpcenter_form .helpcenter_sidebar {
    display: none;
}

.helpcenter_form .helpcenter_main {
    width: 100%;
}

/* mobile */
@media (max-width: 960px) {
  
    .helpcenter_header {
        height: 200px;
    }
  
    .helpcenter_main {
        width: 100%;
        display: block;
    }
  
    .helpcenter_sidebar {
        width: 100%;
        display: block;
        float: none;
    }
  
}