.over_view_boxes h6 {font-size: 15px;font-weight: 600;text-align: center;padding: 0 19px;color: #000;}
.over_view_boxes {padding: 20px 0;position: relative;}
.section-title.text-center p {font-size: 16px;line-height: 30px;color: #1C1C1C;}
.over_view_boxes.border-middle::before {content: "";width: 1px;height: 100%;background: #005aab;background: -moz-linear-gradient(-45deg, #005aab 0%, #96bc32 100%);
background: -webkit-linear-gradient(-45deg, #005aab 0%,#96bc32 100%);background: linear-gradient(135deg, #005aab 0%,#96bc32 100%);
display: block;position: absolute;left: 0;top: 0;}
.over_view_boxes.border-middle::after {content: "";width: 1px;height: 100%;background: #005aab;background: -moz-linear-gradient(-45deg, #005aab 0%, #96bc32 100%);
background: -webkit-linear-gradient(-45deg, #005aab 0%,#96bc32 100%);background: linear-gradient(135deg, #005aab 0%,#96bc32 100%);
display: block;position: absolute;right: 0;top: 0;}
@media (max-width: 767px) {
  .over_view_boxes.border-middle::before, .over_view_boxes.border-middle::after { display: none;}
  .po_content { min-height: inherit;}
  .po_content h2 {text-align: center;}
}