.main-container {
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  background-color: gold;
}
.bridge{
  flex-direction: column;
  width: 100%;
}
.bridge-header{
  font-size: 30px;
  margin-top: 30px;
  padding-left: 30px;
  color: black;
  height:80px;
  align-items: center;
  background-color: rgb(218, 249, 202);
  font-weight: 500;
}


