.insights_title,
.test_pic,
.insights_subtitle {
  display: block;
}

h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #151515;
  font-size: 30px;
}

.mobile_banner, .floatLeft {
  display: none;
}

.insights_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.insights_title {
  width: 50%;
  margin: 30px auto 10px;
  text-align: center;
  font-family: "Lato", sans-serif;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.insights_title:after {
  content: "";
  display: block;
  width: 40%;
  border-bottom: 1px solid #333333;
  margin: 10px auto;
}

.article_title_box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 90%;
  margin: 0 auto 30px;
  padding: 0;
  text-align: center;
}

.article_title_box .article_title {
  font-family: "David Libre", serif !important;
  font-size: 35px;
  line-height: 45px;
}

.test_pic {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: auto;
}

.test_pic img {
  max-width: 100%;
}

.insights_subtitle {
  width: 90%;
  margin: 20px auto 20px;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  color: #888;
  font-size: 18px;
  line-height: 32px;
  font-family: "Lato", sans-serif;
}

.article_content_box {
  width: 90%;
  padding: 0;
  margin: auto;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  font-family: "Lato", sans-serif;
  border-bottom: none;
  padding-bottom: 20px;
}

.article_content_box a {
  color: #0053d0;
  text-decoration: none;
  border-bottom: 1px dotted #093c8a;
}

blockquote {
  width: 100%;
  margin: auto;
}

blockquote p:nth-child(1) {
  line-height: 30px !important;
}

.article_content_box p:last-child {
  margin: 0 0 50px;
}

.article_pic_box {
  display: none;
}

figure {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0 30px;
  text-align: center;
}
