@media (max-width: 768px) {
  .half-layout .half-content-left {
    padding: 0 30px; } }

.half-layout .half-content-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .half-layout .half-content-left ul li {
    width: 50%;
    font-weight: bold;
    color: #14284b;
    margin-bottom: 10px; }

.half-layout .half-content-right {
  font-weight: bold;
  padding: 30px; }
  @media (min-width: 1200px) {
    .half-layout .half-content-right table {
      width: 75% !important;
      margin: 0 auto; } }
  .half-layout .half-content-right .bullet_points_title {
    font-size: 30px; }
  @media (min-width: 1200px) {
    .half-layout .half-content-right .list_container {
      padding-left: 50px; } }
  .half-layout .half-content-right td {
    vertical-align: top; }
