.pg_case_single_header {
  position: relative;
  padding: 200px 0 300px;  
  color: #fff; }
  .pg_case_single_header::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;  
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 73, 255, 0.95)), to(rgba(56, 73, 255, 0.58)));
    background-image: -webkit-linear-gradient(top, rgba(56, 73, 255, 0.95), rgba(56, 73, 255, 0.58));
    background-image: -o-linear-gradient(top, rgba(56, 73, 255, 0.95), rgba(56, 73, 255, 0.58));
    background-image: linear-gradient(to bottom, rgba(56, 73, 255, 0.95), rgba(56, 73, 255, 0.58));
    z-index: 2; }
  .pg_case_single_header .img_back {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
    z-index: 1; }
  .pg_case_single_header .arrow_icon {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 5; }
    .pg_case_single_header .arrow_icon::after {
      position: absolute;
      content: "";
      left: 6px;
      bottom: -20px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #fff; }
  .pg_case_single_header .info {
    position: relative;
    z-index: 5;
    text-align: center;
    margin-bottom: 20px; }
    .pg_case_single_header .info .sub_title {
      font-size: 24px; }
    .pg_case_single_header .info h1 {
      font-size: 60px; }
