.deploy-video-container {
  display: flex;
  justify-content: space-between;
}

.widgets-container {
  display: flex;
  justify-content: space-around;
  height: 550px;
}

.widget-img {
  width: 300px;
}
