.widthCont2 {
  width: 1470px;
}
.hr_section .c_svgCont2 {
  min-width: 750px;
  max-width: 750px;
  height: auto;
  -ms-flex-item-align: center;
  align-self: center;
}
.hr_section .c_row {
    height: 557px;
}
#video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
.hr_section .c_svgCont2 {
	 max-width: 448px;
	 text-align: center;
  }
  .hr_section .c_row {
	  height: 657px;
  }
  .hr_section .pi_textCont h2 {
	  text-align:center;
	}
}