.page-id-74 table{
  width: 100%;
}
.page-id-74 table th{
  white-space: nowrap;
}
.about_row{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.about_l2{
  width: 50%;
  position:relative;
  height:0;
  padding-top: 35%;
}
.about_l2 iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
@media screen and (max-width: 768px){
  .about_row{
    display: block;
  }
  .about_l2{
    width: 100%;
    padding-top: 75%;
    margin-bottom: 40px;
  }
}