.bikeimages234 {
  margin: auto;
  width: 950px;
  height: 350px;
  display: flex;
  justify-content: space-around;
  position: relative;
  text-align: center;
  align-items: center;
}

img {
  height: 50%;
  width: 25%;
  border: solid #4b6a88 thick
}

.p2writing {
  margin: auto;
  width: 950px;
  height: 435px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #4b6a88;
  align-content: center;
  position: relative;
  color: white;
  font-family: verdana, sans-serif; 
  text-align: center;
}

.p2intro { 
  align-items: flex-start;
}