@media all and (max-width: 767px) {
  .center {
    width: 320px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }
  .two-columns .node-body .center.gc-subtitle {
    width: 320px;
    font-family: "Fedra Sans Alt Pro Book";
  }
  /*footer*/
  footer .top-row,
  footer .bottom-row{
    width: 94%;
  }

  footer .center {
    padding-top: 0px;
    padding-bottom: 5px;
  }

  footer .top-row {
    border-bottom: 1px solid #343434;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
  }
  footer #social-icons-mobile{  
    width: 100%;
  }
  footer #social-icons{
    display: none;
  }

  footer #social-icons a {
    display: inline-block;
    width: 25px;
    margin-right: 20px;
  }

  footer #stock-data {
    max-width: 230px;
    position: relative;
  }

  footer #block-senseoftomorrow,
  footer #block-stayinformed,
  footer #services{
    display: none;
  }

  footer #block-footersubmenu ul.menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer #block-footersubmenu li{
    line-height: revert;
    display: block;
  }
  /*end footer*/
  div.ck-img-left {
    display: block;
  }
  
  div.ck-img-left img{
    margin-bottom: 20px;
  }
}