.out-h { padding:25px 25px 160px; min-height: 550px; }
.out-h h1, .out-h h2 { z-index: 4; }
.out-h h2 .bigger { font-size: 140%; }
.out-h img { height: 100%; object-fit: cover; object-position: 33%; }
.pck { padding: 40px 0px 60px;}
.pck > .container > p { margin-bottom:40px; max-width:1200px; }
.pck_o { display: grid; grid-template-columns: repeat(4, 1fr); grid-column-gap: 40px; grid-row-gap: 80px; grid-auto-rows: 1fr; }
.pck_o .media { height: 225px; z-index: 2; }
.pck_o .left > span { padding-left: 40px; }
.pck_o .left > span:before { content: ""; position: absolute; top: 7.5%; width: 40px; left: 0px; height: 0.9%; background-color: #030C7B; }
.pck_o .left > span img { max-width: 100%; position: relative; z-index: 3; } 
.pck_o .desc { padding: 12px; z-index: 2; margin-left: -2px; width: 100%; height: calc(100% - 225px); }
.pck_o .desc > p span { font-weight: 400; }
.pck_o .desc > p span > span { font-weight: bold; }
.pck_o .el { padding-top: 7.5%; padding-left: 42px; }
.pck_o .el:hover .desc { background-color: #CC7B1D; }
.pck_o .media img { margin:0 auto; max-width:86%; width:100%; height:auto; object-fit:contain; }
@media (max-width: 1200px) {
  .out-h { padding: 25px; padding-bottom: 140px; }
  .pck_o .el > .left > span img { height: auto; width: 100%; } 
  .pck_o .el { display: flex; padding-left: 0; padding-top: 0; }
  .pck_o .el .media { position: absolute; width: 100%; z-index: 0; }
  .pck_o .el .desc { height: 100%; text-align: right;  margin-left: auto; display: flex; align-items: flex-end; max-width: 50%; justify-content: flex-end;}
  .pck_o .el > span { position: static; }
  .pck_o .el > span img { min-width: 370px; object-fit: cover; }
  .pck_o .el > .left { position: relative; margin-right: 15px; width: 50%; }
  .pck_o .el > .left > span { position: relative; z-index: 2; width: 100%;}
  .pck_o .el > .left > .media { left:50%; top:50%; transform:translate(-50%, -50%); padding-left:42px; padding-top: 8%; }
  .pck_o .el:nth-child(even) { flex-direction: row-reverse; }
  .pck_o .el:nth-child(even) .desc { justify-content: flex-start; }
  .pck_o .el:nth-child(even) .desc > p { text-align: left; }
  .pck_o .el:nth-child(even) > .left { margin-left: 15px; margin-right: 0px; transform: scaleX(-1); }
  .pck { padding: 30px 0 50px; }
  .pck_o { max-width: 640px; margin-left: auto; margin-right: auto; grid-row-gap: 45px; grid-row-gap: 25px; grid-template-columns: 1fr; }
  .pck > .container > p { margin-bottom: 25px; }
}
@media (max-width: 991px) { 
  .top.hero .out-h { padding-top: 15px; padding-bottom: 240px; min-height:0px;}
  .pck_o { grid-row-gap: 25px; }
  html{hyphens: unset;}
}
@media (max-width: 767px) { 
  .top.hero .out-h { padding: 15px 15px 280px; }
  .top.hero .out-h .title-1 { margin-bottom: 0px; }
  .out-h h2 { max-width: 100%; font-size: 16px; line-height: 20px; }
  .pck_o .el .media img { max-height: 72%; }
  .pck_o .el .media { height: 100%; }
}
@media (max-width: 480px) { 
    .out-h > h2 br { display: none; }
    .pck_o .el .desc > p { font-size: 15px; line-height: 18px; }
    .pck_o .el .desc{ padding:7px;width:50%!important;min-width:50%!important;max-width:50%!important; }
    .pck_o .el > .left > span, .pck_o .el > .left > .media { padding-left: 15px; }
    .pck_o .el > .left > span:before { width: 15px; top: 7.4%; height: 1%; }
}