#gkContent .container,#gkFooter .container,#gkBottom4 .container{
    width: 100%;
}
#gkMainbody.gkcomponent,#gkFooter .box,#gkMainbody .box,#gkBottom4 .box {
    padding-top: 0;
    padding-bottom: 0;
}
.title h1{
    margin-bottom: 0px;
    font-size: 42px;
    color: rgb(35, 64, 142);
}
.item-page {
    padding-left: 0;
    padding-right: 0;
}
.item-page > div[itemprop="articleBody"] ul {
    margin: 0;
}
.item-page > div[itemprop="articleBody"] ul > li{

    padding: 0px 0 5px 20px;
}
.item-page div[itemprop="articleBody"] {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.container {
    max-width: 100%;
}
.list li{
    align-items: flex-start;
  }

.list svg {
  margin-top: 2px;
}
/*.gkHeaderTop-right {*/
/*   width: 500px;*/
/*}*/
 .qx-flex-md-row-reverse {
    flex-direction: row-reverse !important;
    display: flex !important;
  }
  .qx-flex-md-row {
    flex-direction: row !important;
    display: flex !important;
  }