.row{
  display: flex;
  flex-direction: row;
  max-width: 100vw;
  overflow: hidden;
  margin-top: 40px;
  margin-left: 10px;
  margin-right: 10px;
  gap: 2%;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

.row video{
  max-width: 50%;
}

.bottom-div{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  }