.d-flex.video_flexBox {
	justify-content: center;
    gap: 20px;
}

.video_singleBox {
display: flex;
    justify-content: center;
}

@media screen and (max-width:768px) {
.d-flex.video_flexBox {
flex-direction: column;
}
  .d-flex.video_flexBox iframe {
  	width: 100%;
  }
  
}